From: Alexandre Oliva Date: Mon, 4 Sep 2000 01:12:47 +0000 (+0000) Subject: * ltconfig.in (enable_dlopen): Set to no when lt_cv_dlopen is no. X-Git-Tag: release-1-3d~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4ae56e298e158753e300239448191c9f3b89405;p=thirdparty%2Flibtool.git * ltconfig.in (enable_dlopen): Set to no when lt_cv_dlopen is no. --- diff --git a/ChangeLog b/ChangeLog index d239c83d5..631eafa08 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. + * libtool.m4: Don't quote CONFIG_SHELL nor ORIGINAL_CONFIG_SHELL. Quote $@ properly so that the shell expands it, not m4. diff --git a/ltconfig.in b/ltconfig.in index 7a0b2ce19..e8e8cdd26 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -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