From c92ada53fa5b2d8738d6234a32b3e7bf9b66a5b0 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sun, 8 Mar 2015 00:37:30 +0100 Subject: [PATCH] Show the Lua version at the end of ./configure --- configure.ac | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 831786e3f..85f0c4139 100644 --- a/configure.ac +++ b/configure.ac @@ -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])] -- 2.40.0