X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fpandora_have_libdl.m4;h=1317ee9dac096d9ae85b350bb110a2128e6053dd;hb=70c3fdd7d6d441a8be3e831f6a0aa3ae88166bc6;hp=c28b2f0cb505576b4e5189903ad5906014584b5e;hpb=604540c15315c6ed876082529f639697ba3eceab;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"])