X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fax_check_library.m4;h=dd27ff41ff15727790a0ed0f4950f1a1cfd872f9;hb=f0b6a382ea0be4c327f9968cf5d65ac1dd8bdf4c;hp=f8d7962f85a294f55dde5bf991301da82def4ef4;hpb=02e76bdf89bf11934a8c47a9c2d67dc67952b73b;p=awesomized%2Flibmemcached diff --git a/m4/ax_check_library.m4 b/m4/ax_check_library.m4 index f8d7962f..dd27ff41 100644 --- a/m4/ax_check_library.m4 +++ b/m4/ax_check_library.m4 @@ -61,7 +61,7 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. -#serial 6 +#serial 7 AC_DEFUN([AX_CHECK_LIBRARY], [AC_ARG_VAR($1[_CPPFLAGS],[C preprocessor flags for ]$1[ headers]) @@ -92,5 +92,4 @@ AC_DEFUN([AX_CHECK_LIBRARY], AC_SUBST($1[_LIB],[-l]$3) ifelse([$4], , :, [$4])], [ifelse([$5], , :, [$5])]) - AM_CONDITIONAL([HAVE_]$1,[test "$]AS_TR_SH([ax_cv_have_]$1)[" = "yes"]) ])