summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2018-03-13 13:43:37 +0000
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2018-03-16 12:18:07 +0200
commitf34af17b219f1eaa0d091a687124fbb8b7a3c81b (patch)
treee90b293b20e83f4d7d8ebea5e3811b1bf36d9eca
parenttests: disable coredumps on sanity-test (diff)
downloadwayland-f34af17b219f1eaa0d091a687124fbb8b7a3c81b.tar
wayland-f34af17b219f1eaa0d091a687124fbb8b7a3c81b.tar.gz
wayland-f34af17b219f1eaa0d091a687124fbb8b7a3c81b.tar.bz2
wayland-f34af17b219f1eaa0d091a687124fbb8b7a3c81b.tar.lz
wayland-f34af17b219f1eaa0d091a687124fbb8b7a3c81b.tar.xz
wayland-f34af17b219f1eaa0d091a687124fbb8b7a3c81b.tar.zst
wayland-f34af17b219f1eaa0d091a687124fbb8b7a3c81b.zip
configure.ac: don't install the static libraries
One should always be using the shared libraries. Spotted while going through the Debian packaing. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Acked-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 674695d..363c833 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,7 +44,7 @@ AM_CONDITIONAL(ENABLE_CPP_TEST, test "x$have_cpp_compiler" = "xyes")
# Initialize libtool
LT_PREREQ([2.2])
-LT_INIT
+LT_INIT([disable-static])
PKG_PROG_PKG_CONFIG()