From: foobar Date: Mon, 18 Jul 2005 18:39:12 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.4.1RC1~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d4649e39b5c841a23b8e5d31624a913f5369bd0;p=php MFH --- diff --git a/acinclude.m4 b/acinclude.m4 index 21093b825d..c6fa2eaa27 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1102,7 +1102,7 @@ AC_DEFUN([PHP_REGEX],[ dnl Check if field re_magic exists in struct regex_t AC_CACHE_CHECK([whether field re_magic exists in struct regex_t], ac_cv_regex_t_re_magic, [ AC_TRY_COMPILE([#include -#include ], [struct regex_t rt; rt.re_magic;], +#include ], [regex_t rt; rt.re_magic;], [ac_cv_regex_t_re_magic=yes], [ac_cv_regex_t_re_magic=no]) ]) if test "$ac_cv_regex_t_re_magic" = "yes"; then