From 8585b7d6bbf0a2721d8ef4aecc2099fa3a078435 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 14 Sep 2006 05:02:41 +0000 Subject: [PATCH] ITS#4606 fix sys_errlist detection on WIN32 / MSVC --- build/openldap.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/openldap.m4 b/build/openldap.m4 index 33fb69399b..273a61c74f 100644 --- a/build/openldap.m4 +++ b/build/openldap.m4 @@ -1167,7 +1167,7 @@ AC_DEFUN([OL_SYS_ERRLIST], #include #include #include -#ifdef WINNT +#ifdef _WIN32 #include #endif ]], [[char *c = (char *) *sys_errlist]])],[ol_cv_dcl_sys_errlist=yes ol_cv_have_sys_errlist=yes],[ol_cv_dcl_sys_errlist=no])]) -- 2.39.5