aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2015-12-30 10:53:53 +0100
committerSylvain Munaut <tnt@246tNt.com>2015-12-30 11:44:37 +0100
commitac967d20fde48bc6a2d5fdf412a8495e6254b99d (patch)
treec6eaf6b9d9dd234edc589179292a552802c854dc /configure.ac
parentea1c6c61f45be4642b0a6a15c681e0da9400d366 (diff)
build: Don't build static libraries
They won't be supported anyway when using the 'bss switcheroo' hack for libgsmhr Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 007236a..1d78fea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,6 +3,7 @@ AC_INIT([gapk],
m4_esyscmd([./git-version-gen .tarball-version]), [main@lists.airprobe.org])
AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects])
+LT_INIT([disable-static])
# kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
@@ -46,7 +47,6 @@ AC_SUBST(SYMBOL_VISIBILITY)
# Checks for programs.
AC_PROG_CC
-AC_PROG_LIBTOOL
# Checks for libraries.
# libosmocore (codec module)