flush
[m6w6/ext-psi] / config.m4
index 447ffe6f4b4e72b3c4c1c7be55803e66a89ec3f9..b54c98ee9373af09a620a01aaa8fd6c2d763783c 100644 (file)
--- a/config.m4
+++ b/config.m4
@@ -47,7 +47,7 @@ PHP_ARG_ENABLE(psi, whether to enable PHP System Interface support,
 [  --enable-psi            Enable PHP System Interface support])
 
 PHP_ARG_ENABLE(psi-posix, whether to pre-define POSIX decls,
-[  --ebable-psi-posix      PSI: pre-define POSIX decls], [ ], [ ])
+[  --enable-psi-posix=...  PSI: pre-define POSIX decls], [ ], [ ])
 
 PHP_ARG_WITH(psi-libjit, where to find libjit,
 [  --with-psi-libjit=DIR   PSI: path to libjit], [ ], [ ])
@@ -58,15 +58,12 @@ PHP_ARG_WITH(psi-libffi, where to find libffi,
 if test "$PHP_PSI" != no; then
        PHP_CONFIGURE_PART(Configuring PSI)
        
-       ifdef([AC_USE_SYSTEM_EXTENSIONS],AC_USE_SYSTEM_EXTENSIONS)
-
        PSI_LEMON
        PSI_CHECK_LIBJIT
        PSI_CHECK_LIBFFI
 
        AC_FUNC_FNMATCH
-       AC_HEADER_DIRENT
-
+       
        PSI_CONFIG_INIT
        PSI_CHECK_STD_TYPES
        PSI_CHECK_STDINT