edink Tue Dec 21 10:40:19 2004 EDT Modified files: (Branch: PHP_4_3) /php-src acinclude.m4 Log: Avoid autoheader warning http://cvs.php.net/diff.php/php-src/acinclude.m4?r1=1.218.2.40&r2=1.218.2.41&ty=u Index: php-src/acinclude.m4 diff -u php-src/acinclude.m4:1.218.2.40 php-src/acinclude.m4:1.218.2.41 --- php-src/acinclude.m4:1.218.2.40 Mon Dec 20 15:38:18 2004 +++ php-src/acinclude.m4 Tue Dec 21 10:40:19 2004 @@ -1,4 +1,4 @@ -dnl $Id: acinclude.m4,v 1.218.2.40 2004/12/20 20:38:18 sniper Exp $ -*- autoconf -*- +dnl $Id: acinclude.m4,v 1.218.2.41 2004/12/21 15:40:19 edink Exp $ -*- autoconf -*- dnl dnl This file contains local autoconf functions. @@ -1885,7 +1885,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