From: Brian Aker Date: Mon, 27 Feb 2012 02:13:00 +0000 (-0800) Subject: Downgrade m4 file so that it can compile on Centos X-Git-Tag: 1.0.5~25 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;ds=sidebyside;h=cee29363be93defd1786f5dd2354a38c5d14f2b0;p=m6w6%2Flibmemcached Downgrade m4 file so that it can compile on Centos --- diff --git a/m4/ax_check_library.m4 b/m4/ax_check_library.m4 index 24af93c0..5998c792 100644 --- a/m4/ax_check_library.m4 +++ b/m4/ax_check_library.m4 @@ -90,6 +90,6 @@ AC_DEFUN([AX_CHECK_LIBRARY], [ AS_IF([test "$]AS_TR_SH([ax_cv_have_]$1)[" = "yes"], AC_DEFINE([HAVE_]$1, [1], [Define to 1 if ]$1[ is found]) - m4_ifnblank([$4], [$4]), - m4_ifnblank([$5], [$5])) + m4_ifval( m4_normalize([$4]), [$4]), + m4_ifval( m4_normalize([$5]), [$5])) ])