Minor fix macro value

[] results in /**/ which can break some test
e.g. d9ba7726f7
This commit is contained in:
Remi Collet 2016-12-12 16:27:37 +01:00
parent ec147b8332
commit 4c6ea7d464

View file

@ -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
])