From 94e01c7536f1d6916c276a36ff6a9b39ad87c02f Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Mon, 4 Sep 2000 01:12:52 +0000 Subject: [PATCH] * ltconfig.in (enable_dlopen): Set to no when lt_cv_dlopen is no. --- ChangeLog | 2 ++ ltconfig.in | 2 ++ 2 files changed, 4 insertions(+) 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 -- 2.47.3