From 45edb41eda09d62a88fc49080bec4ab57cbb2402 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 11 Dec 2001 20:19:35 +0000 Subject: [PATCH] Make sure we build a static version too for the release Original commit message from CVS: Make sure we build a static version too for the release --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 196ef8dea2..4adc9c9dd6 100644 --- a/configure.ac +++ b/configure.ac @@ -53,7 +53,7 @@ AC_ISC_POSIX dnl We disable static building for development, for time savings dnl *NOTE*: dnl this line before release, so release does static too -AM_DISABLE_STATIC +dnl AM_DISABLE_STATIC AC_LIBTOOL_DLOPEN AM_PROG_LIBTOOL -- 2.34.1