]> granicus.if.org Git - pdns/commitdiff
Show the Lua version at the end of ./configure
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 7 Mar 2015 23:37:30 +0000 (00:37 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 8 Mar 2015 12:48:52 +0000 (13:48 +0100)
configure.ac

index 831786e3f4ecb72d4b8c59648dd11be61c1a0180..85f0c4139b76cd4e721f622f1cfe40f626b91cd7 100644 (file)
@@ -389,7 +389,10 @@ AC_MSG_NOTICE([])
 AC_MSG_NOTICE([BOOST_CPPFLAGS: $BOOST_CPPFLAGS])
 AC_MSG_NOTICE([])
 AC_MSG_NOTICE([SQLite3 support: $with_sqlite3])
-AC_MSG_NOTICE([Lua support: $with_lua])
+AS_IF([test "x$LUAPC" != "x"],
+  [AC_MSG_NOTICE([Lua support: $LUAPC])],
+  [AC_MSG_NOTICE([Lua support: no])]
+)
 AS_IF([test "$HAVE_CXX11" = "1"],
   [AC_MSG_NOTICE([C++2011 support: yes])],
   [AC_MSG_NOTICE([C++2011 support: no])]