aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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