sniper Mon Jul 18 14:39:12 2005 EDT Modified files: (Branch: PHP_4_4) /php-src acinclude.m4 Log: MFH http://cvs.php.net/diff.php/php-src/acinclude.m4?r1=1.218.2.50.2.2&r2=1.218.2.50.2.3&ty=u Index: php-src/acinclude.m4 diff -u php-src/acinclude.m4:1.218.2.50.2.2 php-src/acinclude.m4:1.218.2.50.2.3 --- php-src/acinclude.m4:1.218.2.50.2.2 Wed Jul 13 20:16:43 2005 +++ php-src/acinclude.m4 Mon Jul 18 14:39:12 2005 @@ -1,4 +1,4 @@ -dnl $Id: acinclude.m4,v 1.218.2.50.2.2 2005/07/14 00:16:43 sniper Exp $ -*- autoconf -*- +dnl $Id: acinclude.m4,v 1.218.2.50.2.3 2005/07/18 18:39:12 sniper Exp $ -*- autoconf -*- dnl dnl This file contains local autoconf functions. @@ -1102,7 +1102,7 @@ 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 <sys/types.h> -#include <regex.h>], [struct regex_t rt; rt.re_magic;], +#include <regex.h>], [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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php