X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fbyteorder.m4;h=7d2c99ba5d2b0e901b4523995b891ec53517922d;hb=15eea2ab2de1fcb68dbf51fbdfef05349f45d50e;hp=b6bd84a8f18b5c00912d18765a6e3d3b66cf1b93;hpb=717020b76aacd61929bf78ee6e8d838f619016f1;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