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