From: Alexandre Oliva Date: Mon, 4 Sep 2000 01:12:52 +0000 (+0000) Subject: * ltconfig.in (enable_dlopen): Set to no when lt_cv_dlopen is no. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94e01c7536f1d6916c276a36ff6a9b39ad87c02f;p=thirdparty%2Flibtool.git * ltconfig.in (enable_dlopen): Set to no when lt_cv_dlopen is no. --- diff --git a/ChangeLog b/ChangeLog index b288b25ea..71dfb438f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-09-03 Alexandre Oliva + * ltconfig.in (enable_dlopen): Set to no when lt_cv_dlopen is no. + * ltmain.in (variables_saved_for_relink): Attempt to unset them instead of setting them to an empty string. diff --git a/ltconfig.in b/ltconfig.in index b08999448..8e09ccd6a 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -2492,6 +2492,8 @@ fi if test "x$lt_cv_dlopen" != xno; then enable_dlopen=yes + else + enable_dlopen=no fi case "$lt_cv_dlopen" in