From 2ceea00187525c379e839e150166f4833ac74735 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 4 Jul 2003 03:03:47 +0000 Subject: Display libraries detected by configure but before configure summary as suggested by abartlet. (This used to be commit 7b2c6181b17a0d62043569ffa49cdf6c5b0b6859) --- source3/configure.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index 4d07224194..652ae4f416 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -3894,6 +3894,18 @@ if test "${ac_cv_prog_CC}" = "insure"; then CPPFLAGS="$CPPFLAGS -D__INSURE__" fi +################################################# +# Display summary of libraries detected + +AC_MSG_RESULT([Using libraries:]) +AC_MSG_RESULT([ LIBS = $LIBS]) +if test x"$with_ads_support" = x"yes"; then + AC_MSG_RESULT([ KRB5_LIBS = $KRB5_LIBS]) +fi +if test x"$with_ldap_support" = x"yes"; then + AC_MSG_RESULT([ LDAP_LIBS = $LDAP_LIBS]) +fi + ################################################# # final configure stuff -- cgit