X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fbyteorder.m4;h=7dd1a41d3b89ddc339d4cbf446d276efff4787ed;hb=618811a49324bf07ee0d3d435bb3843d3d57fd02;hp=b6bd84a8f18b5c00912d18765a6e3d3b66cf1b93;hpb=4cf3ce236b4a17092ca192becbd0a2f30d0ac576;p=m6w6%2Flibmemcached diff --git a/m4/byteorder.m4 b/m4/byteorder.m4 index b6bd84a8..7dd1a41d 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([