]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Revert Libtool/LTDL regression in autoconf
authorAmos Jeffries <amosjeffries@squid-cache.org>
Mon, 12 Apr 2010 05:37:02 +0000 (23:37 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Mon, 12 Apr 2010 05:37:02 +0000 (23:37 -0600)
configure.in

index c9f7a4afd482abcd49a18800a5b4b40d30e5239b..9caba5a42410d97a98c14500afd88bbb0e660cb0 100644 (file)
@@ -41,7 +41,6 @@ AC_MSG_RESULT($squid_host_os (version $squid_host_os_version))
 # on windows squid_host_os is either mingw or cygwin, version is 32
 
 # test for programs
-AC_PROG_LIBTOOL
 AC_PROG_RANLIB
 AC_PROG_CPP
 AC_PROG_INSTALL
@@ -119,6 +118,8 @@ then
 
     AC_LIBLTDL_CONVENIENCE
 fi
+dnl LibTool environment is now prepared for setup. Check that it is usable and initialize.
+AC_PROG_LIBTOOL
 AC_LTDL_DLLIB
 
 # Do we need these unconditionally for "make distcheck" to work?