diff --git a/configure b/configure index 92a300f92..83be6b757 100755 --- a/configure +++ b/configure @@ -83,6 +83,11 @@ printParas() { else echo " strip: no"; fi + if test $ARG_WITH_LDAP_CONFIG = 1; then + echo " ldap-based configuration: yes"; + else + echo " ldap-based configuration: no"; + fi echo " prefix: $ARG_PREFIX" echo " gstep: $ARG_GSMAKE"