mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
Display libraries detected by configure but before configure
summary as suggested by abartlet. (This used to be commit 7b2c6181b17a0d62043569ffa49cdf6c5b0b6859)
This commit is contained in:
parent
4c86000ab7
commit
2ceea00187
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user