summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2013-11-19 10:58:35 +0100
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2013-11-19 11:30:51 +0100
commit480a01b11de0ba0dd9af7e5f615e6a9b44b5130c (patch)
treeb44ff95498055502e9a01262e3617ef084fc8b0a /configure.ac
parent3f1e1b20fa51bf5d03688525c4ba28f403233495 (diff)
downloadgraynard-480a01b11de0ba0dd9af7e5f615e6a9b44b5130c.tar.gz
graynard-480a01b11de0ba0dd9af7e5f615e6a9b44b5130c.zip
Drop libtool checks
We're not using it.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index ec9d349..a5b7ce1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,10 +11,6 @@ AM_SILENT_RULES([yes])
# Check for programs
AC_PROG_CC
-# Initialize libtool
-LT_PREREQ([2.2])
-LT_INIT([disable-static])
-
PKG_PROG_PKG_CONFIG()
PKG_CHECK_MODULES([GTK], [wayland-client >= 1.0.2 weston >= 1.3.0 gtk+-3.0 >= 3.7 libgnome-menu-3.0])