summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-07-04 03:03:47 +0000
committerTim Potter <tpot@samba.org>2003-07-04 03:03:47 +0000
commit2ceea00187525c379e839e150166f4833ac74735 (patch)
treea32afda783a29b5af18721bf081a45c7b76a0694 /source3/configure.in
parent4c86000ab779444b27fff6c3b73952c79f4cc719 (diff)
downloadsamba-2ceea00187525c379e839e150166f4833ac74735.tar.gz
samba-2ceea00187525c379e839e150166f4833ac74735.tar.bz2
samba-2ceea00187525c379e839e150166f4833ac74735.zip
Display libraries detected by configure but before configure
summary as suggested by abartlet. (This used to be commit 7b2c6181b17a0d62043569ffa49cdf6c5b0b6859)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 4d07224194..652ae4f416 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -3895,6 +3895,18 @@ if test "${ac_cv_prog_CC}" = "insure"; then
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
AC_MSG_CHECKING([configure summary])