mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
Print a note about wldap32
This commit is contained in:
parent
e52f93433c
commit
fa3120a1bc
10
configure.ac
10
configure.ac
@ -1569,8 +1569,16 @@ if test "$gnupg_have_ldap" = "no"; then
|
|||||||
*** You need a LDAP library to build this program.
|
*** You need a LDAP library to build this program.
|
||||||
*** Check out
|
*** Check out
|
||||||
*** http://www.openldap.org
|
*** 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
|
fi
|
||||||
if test "$missing_pth" = "yes"; then
|
if test "$missing_pth" = "yes"; then
|
||||||
AC_MSG_NOTICE([[
|
AC_MSG_NOTICE([[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user