aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-08-21 16:38:46 +0800
committerChristian Persch <chpe@src.gnome.org>2004-08-21 16:38:46 +0800
commitf440947ff047db432176897082cccb2ef8ac6d40 (patch)
treee0b09040b3a3879f4fe06221cccc4ec82380d65b /configure.in
parentdf782ccc4eb34aae382c2808d5d2752b85142c5e (diff)
downloadgsoc2013-epiphany-f440947ff047db432176897082cccb2ef8ac6d40.tar
gsoc2013-epiphany-f440947ff047db432176897082cccb2ef8ac6d40.tar.gz
gsoc2013-epiphany-f440947ff047db432176897082cccb2ef8ac6d40.tar.bz2
gsoc2013-epiphany-f440947ff047db432176897082cccb2ef8ac6d40.tar.lz
gsoc2013-epiphany-f440947ff047db432176897082cccb2ef8ac6d40.tar.xz
gsoc2013-epiphany-f440947ff047db432176897082cccb2ef8ac6d40.tar.zst
gsoc2013-epiphany-f440947ff047db432176897082cccb2ef8ac6d40.zip
Add autoconf check for dlopen, and add '-dlopen self' to LDFLAGS. Fixes
2004-08-21 Christian Persch <chpe@cvs.gnome.org> * configure.in: * src/Makefile.am: Add autoconf check for dlopen, and add '-dlopen self' to LDFLAGS. Fixes bug #150673.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 1b1af8b83..1eab7a357 100644
--- a/configure.in
+++ b/configure.in
@@ -36,6 +36,7 @@ AC_SUBST(LIBGNOMEUI_REQUIRED)
AC_ENABLE_SHARED(yes)
AC_ENABLE_STATIC(no)
+AC_LIBTOOL_DLOPEN
AM_PROG_LIBTOOL
AC_ISC_POSIX