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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2024%2Fhead;p=thirdparty%2Fpdns.git Log the boost flags --- diff --git a/configure.ac b/configure.ac index 4c85563b4d..feb6fd94e4 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([])