aboutsummaryrefslogtreecommitdiffstats
path: root/m4/ldap.m4
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-08-16 10:47:53 +0000
committerWerner Koch <[email protected]>2006-08-16 10:47:53 +0000
commitb744f963d7061ce55d2eed65b281298476e54fb7 (patch)
tree6e8ccb3c39a45c16b4ca6cdb2273eb3b8bc2a888 /m4/ldap.m4
parentChanged HTTP API. (diff)
downloadgnupg-b744f963d7061ce55d2eed65b281298476e54fb7.tar.gz
gnupg-b744f963d7061ce55d2eed65b281298476e54fb7.zip
With --enable-gpg the keyservers are now build and a first test using gpg2
shows no prblems. Needs more testing of course.
Diffstat (limited to 'm4/ldap.m4')
-rw-r--r--m4/ldap.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ldap.m4 b/m4/ldap.m4
index 95249ac3e..a065e5535 100644
--- a/m4/ldap.m4
+++ b/m4/ldap.m4
@@ -65,7 +65,7 @@ if test x$_ldap_with != xno ; then
if test "$gnupg_cv_func_ldap_init" = yes || \
test "$gnupg_cv_func_ldaplber_init" = yes ; then
LDAPLIBS="$LDAP_LDFLAGS $MY_LDAPLIBS"
- GPGKEYS_LDAP="gpgkeys_ldap$EXEEXT"
+ GPGKEYS_LDAP="gpg2keys_ldap$EXEEXT"
AC_CHECK_FUNCS(ldap_get_option ldap_set_option ldap_start_tls_s)