Monotone-Parent: c465e35fc5f42324c08780dae83f7d225dca6e6a

Monotone-Revision: 27a0bd22985debe601bbcb1061a0c32acd6854ea

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-09-26T14:55:44
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2008-09-26 14:55:44 +00:00
parent 9edd16c0f4
commit b22748263f
1 changed files with 5 additions and 0 deletions

5
configure vendored
View File

@ -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"