diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index 12ef0d34f1..58dce7b816 100644 --- a/configure.ac +++ b/configure.ac @@ -173,15 +173,10 @@ localedir='$(prefix)/$(DATADIRNAME)/locale' AC_SUBST(localedir) dnl ****************************** -dnl Initialize libtool \ DOLT -dnl if switch to libtool >= 2.2, replace existing with following: -dnl LT_PREREQ(2.2) -dnl LT_INIT(disable-static win32-dll) +dnl Initialize libtool dnl ****************************** -AM_DISABLE_STATIC -AC_LIBTOOL_WIN32_DLL -AM_PROG_LIBTOOL -DOLT +LT_PREREQ(2.2) +LT_INIT(disable-static win32-dll) PKG_PROG_PKG_CONFIG |