X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fmalloc.m4;h=764f2a9fa199c24dd959ca2d0be0238825498a73;hb=3d37b264049ab3ff324634078c5e726f497e0df2;hp=36ca01a151e6a44b8dc22e642ab48b40a6bb3b78;hpb=097a47250043b34926a0a03b5263b237882f1673;p=gnulib.git diff --git a/m4/malloc.m4 b/m4/malloc.m4 index 36ca01a15..764f2a9fa 100644 --- a/m4/malloc.m4 +++ b/m4/malloc.m4 @@ -33,7 +33,7 @@ AC_DEFUN([gl_CHECK_MALLOC_POSIX], 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])