aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2011-03-06 01:53:45 +0800
committerJavier Jardón <jjardon@gnome.org>2011-03-17 10:40:29 +0800
commitaae3c1a662d4556e0284a85cfe8d3f47a09491ba (patch)
tree134cc3495a6594a98e2e228d8a66ea7de4a8d2d3 /configure.ac
parente0d8bf014ad6f6c902609369d06e0b48f43aff51 (diff)
downloadgsoc2013-epiphany-aae3c1a662d4556e0284a85cfe8d3f47a09491ba.tar
gsoc2013-epiphany-aae3c1a662d4556e0284a85cfe8d3f47a09491ba.tar.gz
gsoc2013-epiphany-aae3c1a662d4556e0284a85cfe8d3f47a09491ba.tar.bz2
gsoc2013-epiphany-aae3c1a662d4556e0284a85cfe8d3f47a09491ba.tar.lz
gsoc2013-epiphany-aae3c1a662d4556e0284a85cfe8d3f47a09491ba.tar.xz
gsoc2013-epiphany-aae3c1a662d4556e0284a85cfe8d3f47a09491ba.tar.zst
gsoc2013-epiphany-aae3c1a662d4556e0284a85cfe8d3f47a09491ba.zip
configure: Use the new libtool syntax
https://bugzilla.gnome.org/show_bug.cgi?id=609498
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 2 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 24270a743..87191da48 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,12 +58,9 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_MAINTAINER_MODE([enable])
-AC_ENABLE_SHARED([yes])
-AC_ENABLE_STATIC([no])
-
-AC_LIBTOOL_DLOPEN
+# Initialize libtool
LT_PREREQ(2.2)
-LT_INIT
+LT_INIT([dlopen disable-static])
AC_ISC_POSIX
AC_PROG_CC