summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index bb12ff0..4796714 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,6 +6,9 @@ AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])
AC_CONFIG_SRCDIR([src/zone_manager.h])
AC_CONFIG_HEADERS([config.h])
+# Disable static libraries
+AC_DISABLE_STATIC
+
# Checks for programs.
AC_PROG_CC
AC_PROG_LIBTOOL