aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2007-12-17 10:49:58 +0000
committerWerner Koch <[email protected]>2007-12-17 10:49:58 +0000
commit5967e1a187de9460524778f6e269d45996e9051c (patch)
tree86b56f5e9a3a677984ba57c3debe2dc3880ead69 /configure.ac
parentPreparing a release candidate. (diff)
downloadgnupg-5967e1a187de9460524778f6e269d45996e9051c.tar.gz
gnupg-5967e1a187de9460524778f6e269d45996e9051c.zip
Fixed a W32 ldaps problem.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac15
1 files changed, 13 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b1e5ce69d..2212e7511 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,8 +24,8 @@ min_automake_version="1.10"
# Remember to change the version number immediately *after* a release.
# Set my_issvn to "yes" for non-released code. Remember to run an
# "svn up" and "autogen.sh" right before creating a distribution.
-m4_define([my_version], [2.0.8rc1])
-m4_define([my_issvn], [no])
+m4_define([my_version], [2.0.8])
+m4_define([my_issvn], [yes])
m4_define([svn_revision], m4_esyscmd([echo -n $( (svn info 2>/dev/null \
@@ -405,6 +405,17 @@ AH_BOTTOM([
#endif
+/* Hack used for W32: ldap.m4 also tests for the ASCII version of
+ ldap_start_tls_s because that is the actual symbol used in the
+ library. winldap.h redefines it to our commonly used value,
+ thus we define our usual macro here. */
+#ifdef HAVE_LDAP_START_TLS_SA
+# ifndef HAVE_LDAP_START_TLS_S
+# define HAVE_LDAP_START_TLS_S 1
+# endif
+#endif
+
+
/* Tell libgcrypt not to use its own libgpg-error implementation. */
#define USE_LIBGPG_ERROR 1