sniper Mon Jul 18 14:39:37 2005 EDT Modified files: (Branch: PHP_5_0) /php-src acinclude.m4 Log: MFH http://cvs.php.net/diff.php/php-src/acinclude.m4?r1=1.271.2.20&r2=1.271.2.21&ty=u Index: php-src/acinclude.m4 diff -u php-src/acinclude.m4:1.271.2.20 php-src/acinclude.m4:1.271.2.21 --- php-src/acinclude.m4:1.271.2.20 Wed Jul 13 20:15:35 2005 +++ php-src/acinclude.m4 Mon Jul 18 14:39:37 2005 @@ -1,4 +1,4 @@ -dnl $Id: acinclude.m4,v 1.271.2.20 2005/07/14 00:15:35 sniper Exp $ -*- autoconf -*- +dnl $Id: acinclude.m4,v 1.271.2.21 2005/07/18 18:39:37 sniper Exp $ -*- autoconf -*- dnl dnl This file contains local autoconf functions. @@ -1101,7 +1101,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