sniper Thu Dec 30 09:56:39 2004 EDT
Modified files: (Branch: PHP_4_3)
/php-src acinclude.m4
Log:
MFH: Fix buildconf failure with autoconf > 2.13
http://cvs.php.net/diff.php/php-src/acinclude.m4?r1=1.218.2.43&r2=1.218.2.44&ty=u
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.218.2.43 php-src/acinclude.m4:1.218.2.44
--- php-src/acinclude.m4:1.218.2.43 Thu Dec 30 09:54:34 2004
+++ php-src/acinclude.m4 Thu Dec 30 09:56:38 2004
@@ -1,4 +1,4 @@
-dnl $Id: acinclude.m4,v 1.218.2.43 2004/12/30 14:54:34 sniper Exp $ -*-
autoconf -*-
+dnl $Id: acinclude.m4,v 1.218.2.44 2004/12/30 14:56:38 sniper Exp $ -*-
autoconf -*-
dnl
dnl This file contains local autoconf functions.
@@ -1933,7 +1933,7 @@
dnl Replacement macro for AC_C_BIGENDIAN
dnl
AC_DEFUN([PHP_C_BIGENDIAN],
-[AC_CACHE_CHECK(whether byte ordering is bigendian, ac_cv_c_bigendian_php,
+[AC_CACHE_CHECK([whether byte ordering is bigendian], ac_cv_c_bigendian_php,
[
ac_cv_c_bigendian_php=unknown
AC_TRY_RUN(
@@ -1950,8 +1950,8 @@
}
}
], [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, [], [Define if processor uses big-endian word])
- fi
])
+ if test $ac_cv_c_bigendian_php = yes; then
+ 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