[svn] GnuPG - r5387 - trunk
svn author wk
cvs at cvs.gnupg.org
Tue Aug 10 16:27:46 CEST 2010
Author: wk
Date: 2010-08-10 16:27:45 +0200 (Tue, 10 Aug 2010)
New Revision: 5387
Modified:
trunk/configure.ac
Log:
Print a note about wldap32
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2010-08-09 15:40:29 UTC (rev 5386)
+++ trunk/configure.ac 2010-08-10 14:27:45 UTC (rev 5387)
@@ -1569,8 +1569,16 @@
*** You need a LDAP library to build this program.
*** Check out
*** http://www.openldap.org
-*** for a suitable implementation.
+*** for a suitable implementation.
***]])
+ if test "$have_w32ce_system" = yes; then
+ AC_MSG_NOTICE([[
+*** Note that CeGCC might be broken, a package fixing this is:
+*** http://files.kolab.org/local/windows-ce/
+*** source/wldap32_0.1-mingw32ce.orig.tar.gz
+*** binary/wldap32-ce-arm-dev_0.1-1_all.deb
+***]])
+ fi
fi
if test "$missing_pth" = "yes"; then
AC_MSG_NOTICE([[
More information about the Gnupg-commits
mailing list