sniper Wed Jul 13 10:34:47 2005 EDT
Modified files:
/php-src acinclude.m4
Log:
typofix
http://cvs.php.net/diff.php/php-src/acinclude.m4?r1=1.328&r2=1.329&ty=u
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.328 php-src/acinclude.m4:1.329
--- php-src/acinclude.m4:1.328 Wed Jul 13 10:33:38 2005
+++ php-src/acinclude.m4 Wed Jul 13 10:34:46 2005
@@ -1,5 +1,5 @@
dnl
-dnl $Id: acinclude.m4,v 1.328 2005/07/13 14:33:38 sniper Exp $
+dnl $Id: acinclude.m4,v 1.329 2005/07/13 14:34:46 sniper Exp $
dnl
dnl This file contains local autoconf functions.
dnl
@@ -2482,8 +2482,8 @@
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])
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php