From: Michael Wallner Date: Wed, 3 Feb 2016 08:37:52 +0000 (+0100) Subject: remove obsolete macro X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=commitdiff_plain;h=47ef16e0871aa7f4ea5462287f42eefdbf88268a remove obsolete macro --- diff --git a/config.m4 b/config.m4 index 447ffe6..0ff86b0 100644 --- 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], [ ], [ ]) @@ -65,8 +65,7 @@ if test "$PHP_PSI" != no; then PSI_CHECK_LIBFFI AC_FUNC_FNMATCH - AC_HEADER_DIRENT - + PSI_CONFIG_INIT PSI_CHECK_STD_TYPES PSI_CHECK_STDINT