From a9cd02c0339a5a3eb6274c84ecc78878ba5c5c02 Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 18 Jul 2005 17:20:24 +0000 Subject: [PATCH] fix macro --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index ee046bab7f..a952d829c5 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2492,7 +2492,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 -- 2.50.1