From: foobar Date: Wed, 13 Jul 2005 14:34:46 +0000 (+0000) Subject: typofix X-Git-Tag: php-5.1.0b3~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc9bc3972c5f61f606cc2b22a5a13fec093201fb;p=php typofix --- diff --git a/acinclude.m4 b/acinclude.m4 index 9b499de4db..f285350ec0 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2482,8 +2482,8 @@ AC_DEFUN([PHP_REGEX],[ AC_TRY_COMPILE([#include ], [struct 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_re_magic" = "yes"; then - AC_DEFINE([HAVE_REGEX_RE_MAGIC], [ ], 1) + if test "$ac_cv_regex_t_re_magic" = "yes"; then + AC_DEFINE([HAVE_REGEX_T_RE_MAGIC], [ ], 1) fi fi AC_MSG_CHECKING([which regex library to use])