[experimental-ims] caac740 Move disable static libraries, we do not use it

Tollef Fog Heen tfheen at varnish-software.com
Thu Dec 18 10:27:47 CET 2014


commit caac7404d31e19cd5e2cf7154327c4115e55a4fc
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Wed Jun 13 13:24:38 2012 +0200

    Move disable static libraries, we do not use it

diff --git a/configure.ac b/configure.ac
index 20134a7..8193874 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,6 +13,7 @@ AC_CANONICAL_SYSTEM
 AC_LANG(C)
 
 AM_INIT_AUTOMAKE([foreign])
+LT_INIT([disable-static])
 
 # Checks for programs.
 AC_GNU_SOURCE
@@ -43,7 +44,6 @@ CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
 CC="$PTHREAD_CC"
 
 AC_PROG_INSTALL
-AC_PROG_LIBTOOL
 AC_PROG_MAKE_SET
 AC_ARG_WITH([rst2man],
                AS_HELP_STRING([--with-rst2man=PATH],



More information about the varnish-commit mailing list