Adding visibility file.
[awesomized/libmemcached] / m4 / enable_utillib.m4
index d77922d3473ba1ff7a96924222a66b9ea3edd7b9..e9730f1b9f866f5171f9218390a8ec2c2f466e98 100644 (file)
@@ -6,7 +6,7 @@ AC_DEFUN([ENABLE_UTILLIB],[
     [BUILD_UTILLIB="yes"])
 
   if test "x$BUILD_UTILLIB" = "xyes"; then
-    if test x"$acx_pthread_ok" != "xyes"; then
+    if test x"$ax_pthread_ok" != "xyes"; then
       AC_MSG_ERROR([Sorry you need POSIX thread library to build libmemcachedutil.])
     fi
     AC_DEFINE([HAVE_LIBMEMCACHEDUTIL], [1], [Enables libmemcachedutil Support])