edink Tue Dec 21 10:42:04 2004 EDT Modified files: (Branch: PHP_5_0) /php-src acinclude.m4 Log: MFB: Avoid autoheader warning http://cvs.php.net/diff.php/php-src/acinclude.m4?r1=1.271.2.5&r2=1.271.2.6&ty=u Index: php-src/acinclude.m4 diff -u php-src/acinclude.m4:1.271.2.5 php-src/acinclude.m4:1.271.2.6 --- php-src/acinclude.m4:1.271.2.5 Mon Dec 20 15:38:05 2004 +++ php-src/acinclude.m4 Tue Dec 21 10:42:04 2004 @@ -1,4 +1,4 @@ -dnl $Id: acinclude.m4,v 1.271.2.5 2004/12/20 20:38:05 sniper Exp $ -*- autoconf -*- +dnl $Id: acinclude.m4,v 1.271.2.6 2004/12/21 15:42:04 edink Exp $ -*- autoconf -*- dnl dnl This file contains local autoconf functions. @@ -1956,7 +1956,7 @@ } ], [ac_cv_c_bigendian_php=yes], [ac_cv_c_bigendian_php=no], [ac_cv_c_bigendian_php=unknown]) if test $ac_cv_c_bigendian_php = yes; then - AC_DEFINE(WORDS_BIGENDIAN) + AC_DEFINE(WORDS_BIGENDIAN, [], [Define if processor uses big-endian word]) fi ]) ])
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php