X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fpandora_have_libdl.m4;h=1317ee9dac096d9ae85b350bb110a2128e6053dd;hb=e8ea3ad4ba8e2ca483f2c265db0524e1996f53e1;hp=c28b2f0cb505576b4e5189903ad5906014584b5e;hpb=61b5e9c68b7e931ed4e79a39ab9e5b1031d0030d;p=m6w6%2Flibmemcached diff --git a/m4/pandora_have_libdl.m4 b/m4/pandora_have_libdl.m4 index c28b2f0c..1317ee9d 100644 --- a/m4/pandora_have_libdl.m4 +++ b/m4/pandora_have_libdl.m4 @@ -15,7 +15,7 @@ AC_DEFUN([_PANDORA_SEARCH_LIBDL],[ AC_CHECK_LIB(dl,dlopen) AC_CHECK_FUNCS(dlopen) LIBDL_LIBS="$LIBS" - LIBS="$my_save_LIBS" + LIBS="${save_LIBS}" AC_SUBST(LIBDL_LIBS) AM_CONDITIONAL(HAVE_LIBDL, [test "x${ac_cv_func_dlopen}" = "xyes"])