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

index 393636da2418f13951cc4b851358cf8d06064903..864eda88ec05b41056190e2d9edd795791682134 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 (AM_PROG_GCJ): Removed.
        (LT_AC_PROG_GCJ): Use AC_CHECK_TOOL.  Set GCJ to `no' if not
        found.
index 05ed76396d42d50d83ad133d4e145914fde6071d..86d4878936a063c144c5ce011cd208a60584f252 100755 (executable)
@@ -1701,6 +1701,8 @@ fi
 
   if test "x$lt_cv_dlopen" != xno; then
     enable_dlopen=yes
+  else
+    enable_dlopen=no
   fi
 
   case "$lt_cv_dlopen" in