]> granicus.if.org Git - php/commitdiff
typofix
authorfoobar <sniper@php.net>
Wed, 13 Jul 2005 14:34:46 +0000 (14:34 +0000)
committerfoobar <sniper@php.net>
Wed, 13 Jul 2005 14:34:46 +0000 (14:34 +0000)
acinclude.m4

index 9b499de4db414c904c5aedf1baae3a1463e4e735..f285350ec0f09b97c9f0659a89b262f2d89eb1d0 100644 (file)
@@ -2482,8 +2482,8 @@ AC_DEFUN([PHP_REGEX],[
       AC_TRY_COMPILE([#include <regex.h>], [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])