From a890746b090b8f474b4855923e113fae35b46692 Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Thu, 10 Feb 2011 23:00:09 +0100 Subject: [PATCH] Replace 3 libtool macros by a single LT_INIT --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 68b1be2..a5a4855 100644 --- a/configure.ac +++ b/configure.ac @@ -62,9 +62,7 @@ AM_CONDITIONAL(OS_WIN32, test "$os_win32" = "true") AC_PROG_CC AC_PROG_CXX AC_PROG_MAKE_SET -AC_DISABLE_STATIC -AC_LIBTOOL_WIN32_DLL -AC_PROG_LIBTOOL +LT_INIT([disable-static win32-dll]) AC_CHECK_HEADERS([ \ termios.h \ sys/time.h \ -- libgit2 0.21.4