From b22748263f0c8348b9f1f5018f9dc9ae3f2367b3 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 26 Sep 2008 14:55:44 +0000 Subject: [PATCH] Monotone-Parent: c465e35fc5f42324c08780dae83f7d225dca6e6a Monotone-Revision: 27a0bd22985debe601bbcb1061a0c32acd6854ea Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-09-26T14:55:44 Monotone-Branch: ca.inverse.sogo --- configure | 5 +++++ 1 file changed, 5 insertions(+) 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"