From dfe6b1c24c78a546fa0d3e1432d8872c56d2df55 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 19 Dec 2010 00:31:52 +0100 Subject: [PATCH] configure.ac: Remove libltdl, since it's not used. --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 70be87c..d8502fa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_PREREQ([2.65]) +AC_PREREQ([2.61]) AC_INIT([libsortnetwork], [1.0.0], [ff@octo.it]) AC_CONFIG_SRCDIR([src/sn_network.c]) AC_CONFIG_HEADERS([src/config.h]) @@ -16,9 +16,7 @@ AC_DISABLE_STATIC AC_PROG_LIBTOOL # Libtool stuff -LT_CONFIG_LTDL_DIR([libltdl]) LT_INIT -LTDL_INIT if test "x$GCC" = "xyes" then -- 2.11.0