From: Amos Jeffries Date: Mon, 12 Apr 2010 05:37:02 +0000 (-0600) Subject: Revert Libtool/LTDL regression in autoconf X-Git-Tag: SQUID_3_2_0_1~304 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d9a414690cd6bf1bf0abae6f727019e7c8e36651;p=thirdparty%2Fsquid.git Revert Libtool/LTDL regression in autoconf --- diff --git a/configure.in b/configure.in index c9f7a4afd4..9caba5a424 100644 --- a/configure.in +++ b/configure.in @@ -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?