OSDN Git Service

* build tweak
authorfche <fche>
Tue, 13 Mar 2001 18:00:04 +0000 (18:00 +0000)
committerfche <fche>
Tue, 13 Mar 2001 18:00:04 +0000 (18:00 +0000)
2001-03-13  Frank Ch. Eigler  <fche@redhat.com>

* configure.in (AC_LIBTOOL_DLOPEN): Define option.
* configure: Regenerated.

sid/main/dynamic/ChangeLog
sid/main/dynamic/configure
sid/main/dynamic/configure.in

index 4c25ba3..0267366 100644 (file)
@@ -1,3 +1,8 @@
+2001-03-13  Frank Ch. Eigler  <fche@redhat.com>
+
+       * configure.in (AC_LIBTOOL_DLOPEN): Define option.
+       * configure: Regenerated.
+
 2001-02-28  Frank Ch. Eigler  <fche@redhat.com>
 
        * Makefile.am (NEARBY_LIBS): Enumerate component libraries for
index 7e7ec23..8221581 100755 (executable)
@@ -1431,7 +1431,7 @@ test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
 test "$ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"
 test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
-
+libtool_flags="$libtool_flags --enable-dlopen"
 
 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
 if test "${enable_libtool_lock+set}" = set; then
index 1031c60..bee9ec9 100644 (file)
@@ -5,7 +5,7 @@ AM_INIT_AUTOMAKE(sidmain,0.1)
 AM_CONFIG_HEADER(config.h:config.in)
 
 AM_MAINTAINER_MODE
-
+AC_LIBTOOL_DLOPEN
 AM_PROG_LIBTOOL
 
 AC_EXEEXT