X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=config.m4;h=56635fa7d2c40afe69de3cf0d03cd819d4d800cb;hp=98c064876b0a384ace46dbf8b52a704b4b9b4850;hb=6864dd48391d1e98959ac13d5a0914693b4f1d0f;hpb=6606de9915d219a59ad5d6cad531d8dd50946876 diff --git a/config.m4 b/config.m4 index 98c0648..56635fa 100644 --- a/config.m4 +++ b/config.m4 @@ -48,7 +48,7 @@ PHP_ARG_ENABLE(psi, whether to enable PHP System Interface support, if test "$PHP_PSI" != no; then PHP_CONFIGURE_PART(Configuring PSI) - + PHP_ARG_ENABLE(psi-posix, whether to pre-define POSIX decls, [ --enable-psi-posix=... PSI: pre-define POSIX decls], [ ], [ ]) @@ -59,11 +59,11 @@ if test "$PHP_PSI" != no; then [ --with-psi-libffi=DIR PSI: path to libffi], [ ], [ ]) AC_HEADER_ASSERT dnl # adds --disable-assert to define NDEBUG - + dnl we cannot use AC_USE_SYSTEM_EXTENSIONS here, because we're way too late dnl in the game, and we're currently only targeting _GNU_SOURCE for now AC_MSG_CHECKING([for _GNU_SOURCE]) - AC_EGREP_CPP([gnu_source_defined], [ + AC_EGREP_CPP([gnu_source_not_defined], [ #ifndef _GNU_SOURCE gnu_source_not_defined #endif