From 19cedc4bf708cff1457f655cd6b2fa2e06038372 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Mon, 29 Dec 2014 15:55:42 +0100 Subject: [PATCH] Log the boost flags --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 4c85563b4..feb6fd94e 100644 --- a/configure.ac +++ b/configure.ac @@ -380,6 +380,9 @@ AC_MSG_NOTICE([CPPFLAGS: $CPPFLAGS]) AC_MSG_NOTICE([CXXFLAGS: $CXXFLAGS]) AC_MSG_NOTICE([LDFLAGS: $LDFLAGS]) AC_MSG_NOTICE([]) +AC_MSG_NOTICE([BOOST_CPPFLAGS: $BOOST_CPPFLAGS]) +AC_MSG_NOTICE([BOOST_LDFLAGS: $BOOST_LDFLAGS]) +AC_MSG_NOTICE([]) AC_MSG_NOTICE([SQLite3 support: $with_sqlite3]) AC_MSG_NOTICE([Lua support: $with_lua]) AC_MSG_NOTICE([]) -- 2.50.1