From 47ef16e0871aa7f4ea5462287f42eefdbf88268a Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 3 Feb 2016 09:37:52 +0100 Subject: [PATCH 1/1] remove obsolete macro --- config.m4 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.30.2