From 480a01b11de0ba0dd9af7e5f615e6a9b44b5130c Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Tue, 19 Nov 2013 10:58:35 +0100 Subject: Drop libtool checks We're not using it. --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) (limited to 'configure.ac') 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]) -- cgit v1.3.1