From d9a414690cd6bf1bf0abae6f727019e7c8e36651 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sun, 11 Apr 2010 23:37:02 -0600 Subject: [PATCH] Revert Libtool/LTDL regression in autoconf --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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? -- 2.47.2