]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (enable_dlopen): Set to no when lt_cv_dlopen is no.
authorAlexandre Oliva <aoliva@redhat.com>
Mon, 4 Sep 2000 01:12:52 +0000 (01:12 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 4 Sep 2000 01:12:52 +0000 (01:12 +0000)
ChangeLog
ltconfig.in

index b288b25eaa86725a30e4a4d7fc3d61a344433d55..71dfb438f019e6c6edb4cb99e4b96403f60ff990 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2000-09-03  Alexandre Oliva  <aoliva@redhat.com>
 
+       * 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.
 
index b08999448278d6fb519b5837795a022efca894f0..8e09ccd6a104e51fa2f56144312c10103364fd2a 100755 (executable)
@@ -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