configure.ac: Use new libtool syntax

This commit is contained in:
Javier Jardón 2011-10-17 01:55:06 +01:00
parent c581b6147e
commit de9c5fda00
1 changed files with 2 additions and 3 deletions

View File

@ -156,9 +156,8 @@ AC_PROG_CC
AM_PROG_CC_C_O
# Initialize libtool
AM_DISABLE_STATIC
AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
LT_PREREQ([2.2])
LT_INIT([disable-static win32-dll])
AM_PROG_AS