aboutsummaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-05-17 01:20:56 +0000
committerYang Tse <yangsita@gmail.com>2008-05-17 01:20:56 +0000
commit7358db5c270c1109c5037db63145a83199ecf56b (patch)
tree04c5e7aece9c35af1f0d227bd617cd91ada546a5 /acinclude.m4
parente059efda1b3db101536a2f9da2e9e63b71a554f4 (diff)
minor change for wince-cegcc and wince-mingw32ce support
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 27319ddba..f7fe067a5 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -224,7 +224,7 @@ AC_DEFUN([CURL_CHECK_HEADER_WINLDAP], [
#endif
#include <winldap.h>
],[
-#ifdef __CYGWIN__
+#if defined(__CYGWIN__) || defined(__CEGCC__)
HAVE_WINLDAP_H shall not be defined.
#else
LDAP *ldp = ldap_init("dummy", LDAP_PORT);
@@ -265,7 +265,7 @@ AC_DEFUN([CURL_CHECK_HEADER_WINBER], [
#include <winldap.h>
#include <winber.h>
],[
-#ifdef __CYGWIN__
+#if defined(__CYGWIN__) || defined(__CEGCC__)
HAVE_WINBER_H shall not be defined.
#else
BERVAL *bvp = NULL;