]> 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:47 +0000 (01:12 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 4 Sep 2000 01:12:47 +0000 (01:12 +0000)
ChangeLog
ltconfig.in

index d239c83d5c8e78bbf62fdd34bf57b7e304ef43bd..631eafa08fb92937bf0bdc51106caf322d16468a 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.
+
        * libtool.m4: Don't quote CONFIG_SHELL nor ORIGINAL_CONFIG_SHELL.
        Quote $@ properly so that the shell expands it, not m4.
 
index 7a0b2ce1957ab8130924e476085e1ed544c7bcf1..e8e8cdd26d5cb08cffce1cafa5ea561dd54b2b82 100755 (executable)
@@ -2341,6 +2341,8 @@ fi
 
   if test "x$lt_cv_dlopen" != xno; then
     enable_dlopen=yes
+  else
+    enable_dlopen=no
   fi
 
   case "$lt_cv_dlopen" in