From: Henrik Nordström Date: Sun, 5 Sep 2010 09:27:34 +0000 (+0200) Subject: Tell libtool to by default skip building shared objects. We do not make any shared... X-Git-Tag: take1~294 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=220d7675adbcc062c97a862b627bb1446a366340;p=thirdparty%2Fsquid.git Tell libtool to by default skip building shared objects. We do not make any shared libraries from our convenience libraries. --- diff --git a/configure.in b/configure.in index 75090e0c92..dd68ef3ef8 100644 --- a/configure.in +++ b/configure.in @@ -105,7 +105,7 @@ else AC_DISABLE_SHARED fi -LT_INIT([dlopen]) +LT_INIT([dlopen],[disable-shared]) if ! test "${ac_top_build_prefix}" = ""; then # LTDL v3-v7 macros assume the autoconf 2.62 variable top_build_prefix is defined