edink Tue Dec 21 10:41:22 2004 EDT Modified files: /php-src acinclude.m4 Log: MFB: Avoid autoheader warning http://cvs.php.net/diff.php/php-src/acinclude.m4?r1=1.281&r2=1.282&ty=u Index: php-src/acinclude.m4 diff -u php-src/acinclude.m4:1.281 php-src/acinclude.m4:1.282 --- php-src/acinclude.m4:1.281 Mon Dec 20 15:37:43 2004 +++ php-src/acinclude.m4 Tue Dec 21 10:41:22 2004 @@ -1,4 +1,4 @@ -dnl $Id: acinclude.m4,v 1.281 2004/12/20 20:37:43 sniper Exp $ +dnl $Id: acinclude.m4,v 1.282 2004/12/21 15:41:22 edink Exp $ dnl dnl This file contains local autoconf functions. @@ -1979,7 +1979,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