Updated the ChangeLog and the .pod document indicating the changes I made to
[awesomized/libmemcached] / m4 / byteorder.m4
index b6bd84a8f18b5c00912d18765a6e3d3b66cf1b93..7d2c99ba5d2b0e901b4523995b891ec53517922d 100644 (file)
@@ -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