From: Ruben Kerkhof Date: Mon, 29 Dec 2014 14:55:42 +0000 (+0100) Subject: Log the boost flags X-Git-Tag: rec-3.7.0-rc1~67^2~13^2~19^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19cedc4bf708cff1457f655cd6b2fa2e06038372;p=pdns Log the boost flags --- 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([])