aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-04-06 09:49:05 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-04-06 09:49:05 +0000
commit2c0e0f4f62750b52ecb304c96d992dbddc09b259 (patch)
treea6b4315683004d5306223b8b5958de0115908b29 /configure.in
parent241d2ff3bc718f9106578578a468030dfb43e0f3 (diff)
downloadstrongswan-2c0e0f4f62750b52ecb304c96d992dbddc09b259.tar.bz2
strongswan-2c0e0f4f62750b52ecb304c96d992dbddc09b259.tar.xz
changed LDAP_VER compile option to LIBLDAP
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 010ef0277..725be81e6 100644
--- a/configure.in
+++ b/configure.in
@@ -101,10 +101,10 @@ AC_ARG_ENABLE(
AS_HELP_STRING([--enable-ldap],[enable fetching of CRLs from LDAP (default is NO). Requires openLDAP.]),
[if test x$enableval = xyes; then
ldap=true
- AC_DEFINE(LDAP_VER, 3)
+ AC_DEFINE(LIBLDAP)
fi]
)
-AM_CONDITIONAL(USE_LDAP, test x$ldap = xtrue)
+AM_CONDITIONAL(USE_LIBLDAP, test x$ldap = xtrue)
AC_ARG_ENABLE(
[smartcard],