From 1d733fe2e135393f19a725a1f4b293eb853b828a Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Tue, 30 Nov 2010 20:25:04 +0000 Subject: [PATCH] updated libtool version required to 2.4. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7aa8b8282..3f01cdc8c 100644 --- a/configure.ac +++ b/configure.ac @@ -956,7 +956,7 @@ AM_CONDITIONAL(BUILD_CXX, [test "x$nc_build_cxx" = xyes]) # Set up libtool. AC_MSG_NOTICE([setting up libtool]) -LT_PREREQ([2.2]) +LT_PREREQ([2.4]) #LT_INIT #LT_INIT(win32-dll) AC_PROG_LIBTOOL