changed LDAP_VER compile option to LIBLDAP

This commit is contained in:
Andreas Steffen
2007-04-06 09:49:05 +00:00
parent 241d2ff3bc
commit 2c0e0f4f62
+2 -2
View File
@@ -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],