From 6ddf5c196ac73f303c4c43be58252cf021eb499f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 23 Jun 2006 09:20:04 +0000 Subject: [PATCH] 2006-06-23 Ross Burton * configure.ac: Disable static libraries. --- ChangeLog | 5 +++++ configure.ac | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8ebb33d..b2d6968 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-06-23 Ross Burton + + * configure.ac: + Disable static libraries. + 2006-06-22 Matthew Allum * web/index.html: diff --git a/configure.ac b/configure.ac index b8d8d06..94e5138 100644 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,7 @@ dnl ======================================================================== # Checks for programs. AC_PROG_CC +AC_DISABLE_STATIC AC_PROG_LIBTOOL # Checks for header files. -- 2.7.4