mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Minor fix macro value
[] results in /**/ which can break some test
e.g. d9ba7726f7
This commit is contained in:
parent
ec147b8332
commit
4c6ea7d464
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ int main(void)
|
|||
], [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])
|
||||
AC_DEFINE(WORDS_BIGENDIAN, 1, [Define if processor uses big-endian word])
|
||||
fi
|
||||
])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue