X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fbyteorder.m4;h=7d2c99ba5d2b0e901b4523995b891ec53517922d;hb=3ea13081582df1d4c1d9afe41804401c736e80c7;hp=b6bd84a8f18b5c00912d18765a6e3d3b66cf1b93;hpb=5a0dc3338c04b40a5d6f335ac6504e9d3f7fd90d;p=awesomized%2Flibmemcached diff --git a/m4/byteorder.m4 b/m4/byteorder.m4 index b6bd84a8..7d2c99ba 100644 --- a/m4/byteorder.m4 +++ b/m4/byteorder.m4 @@ -16,7 +16,7 @@ AC_DEFUN([DETECT_BYTEORDER], ]) AC_MSG_RESULT([$have_htoll]) - AM_CONDITIONAL([BUILD_BYTEORDER],[test "x$have_htoll" == "xno"]) + AM_CONDITIONAL([BUILD_BYTEORDER],[test "x$have_htoll" = "xno"]) AC_MSG_CHECKING([byteorder]) have_htoll="no" AC_RUN_IFELSE([ @@ -38,4 +38,3 @@ if (htonl(5) != 5) { ]) ]) -DETECT_BYTEORDER