X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fenable_utillib.m4;h=e9730f1b9f866f5171f9218390a8ec2c2f466e98;hb=b57f480fe43059b0723be76a72fb4209af0e52fa;hp=d77922d3473ba1ff7a96924222a66b9ea3edd7b9;hpb=73ab14c882ca0f2b7112ab4cd9dfb16d5f41916e;p=awesomized%2Flibmemcached diff --git a/m4/enable_utillib.m4 b/m4/enable_utillib.m4 index d77922d3..e9730f1b 100644 --- a/m4/enable_utillib.m4 +++ b/m4/enable_utillib.m4 @@ -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])