mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-03-26 01:42:10 +01:00
GitHub's file finder filters out "build/" directories, among others, which can make it difficult to quickly access these files. Also, the "build/" directory doesn't provide much value here, since it only contains "autotools/".
6 lines
131 B
Plaintext
6 lines
131 B
Plaintext
AC_C_BIGENDIAN
|
|
AC_SUBST(BSON_BYTE_ORDER, 1234)
|
|
if test "x$ac_cv_c_bigendian" = "xyes"; then
|
|
AC_SUBST(BSON_BYTE_ORDER, 4321)
|
|
fi
|