changeset 9201:19daae2ce89d

Oops, invert the direction of the test.
author Bruno Haible <bruno@clisp.org>
date Sun, 09 Sep 2007 17:10:10 +0000
parents da3798e554d6
children bf36f2548b79
files m4/malloc.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/malloc.m4
+++ b/m4/malloc.m4
@@ -33,7 +33,7 @@
       dnl some systems go to their knees when you do that. So assume that
       dnl all Unix implementations of the function are POSIX compliant.
       AC_TRY_COMPILE([],
-        [#if !((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__)
+        [#if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
          choke me
          #endif
         ], [gl_cv_func_malloc_posix=yes], [gl_cv_func_malloc_posix=no])