* ltmain.in: only emit warning about lack of AC_LIBTOOL_DLOPEN if
*all* dlopen_* variables are set to unknown
+1999-03-11 Alexandre Oliva <oliva@dcc.unicamp.br>
+
+ * ltconfig.in: set dlopen_* variables to unknown when appropriate
+ * ltmain.in: only emit warning about lack of AC_LIBTOOL_DLOPEN if
+ *all* dlopen_* variables are set to unknown
+
1999-03-11 Thomas Tanner <tanner@gmx.de>
* ltmain.in: delete the old output files (incl. the relinked binary)
echo "$ac_t$objdir" 1>&6
if test "x$enable_dlopen" != xyes; then
- enable_dlopen=no
- enable_dlopen_self=no
- enable_dlopen_self_static=no
+ enable_dlopen=unknown
+ enable_dlopen_self=unknown
+ enable_dlopen_self_static=unknown
else
if eval "test \"`echo '$''{'lt_cv_dlopen'+set}'`\" != set"; then
lt_cv_dlopen=no lt_cv_dlopen_libs=
fi
if test "$preload" = yes; then
- if test "$dlopen" = unknown || test "$dlopen_self" = unknown; then
+ if test "$dlopen" = unknown && test "$dlopen_self" = unknown &&
+ test "$dlopen_self_static" = unknown; then
$echo "$modename: warning: \`AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support."
fi
fi