]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
Do not require libtool 2.2
authorAndreas Hofmeister <andi@collax.com>
Fri, 26 Feb 2010 17:47:05 +0000 (18:47 +0100)
committerVincent <bernat@luffy.cx>
Sun, 28 Feb 2010 12:02:16 +0000 (13:02 +0100)
... 1.5.26 apparently does nicely.

configure.ac

index be5cf073fbae19d319eb3b63c92b18c1b49acb0f..700340e85386371c2519be7fd3e7d8e2ab971f50 100644 (file)
@@ -17,7 +17,7 @@ AM_INIT_AUTOMAKE([foreign -Wall -Werror])
 AM_SILENT_RULES([yes])
 
 # Configure libtool
-LT_PREREQ([2.2])
+#LT_PREREQ([2.2])
 LT_INIT
 
 #######################