Autotools: Print Boost LDFLAGS nicer

This commit is contained in:
sledgehammer999 2018-11-24 01:24:08 +02:00
commit d04d6bfcf8
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2
2 changed files with 6 additions and 6 deletions

View file

@ -160,8 +160,8 @@ AS_CASE(["x$enable_qt_dbus"],
AX_BOOST_BASE([1.35],
[AC_MSG_NOTICE([Boost CPPFLAGS: "$BOOST_CPPFLAGS"
Boost LDFLAGS: "$BOOST_LDFLAGS"])],
[AC_MSG_NOTICE([Boost CPPFLAGS: "$BOOST_CPPFLAGS"])
AC_MSG_NOTICE([Boost LDFLAGS: "$BOOST_LDFLAGS"])],
[AC_MSG_ERROR([Could not find Boost])])
CPPFLAGS="$BOOST_CPPFLAGS $CPPFLAGS"
LDFLAGS="$BOOST_LDFLAGS $LDFLAGS"