From f691735c6ce89a19356769084449d3f5691ab030 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 9 Nov 2005 07:11:22 +0000 Subject: Restructed the code that it can build and be used as a shared library. The command-line version is still statically bound in the build process by default (for the sake of speed). --- configure.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index af2a1962..0059e0ea 100644 --- a/configure.in +++ b/configure.in @@ -10,9 +10,8 @@ AC_CONFIG_HEADER([acconf.h]) # Checks for programs. AC_PROG_CXX AC_PROG_MAKE_SET -AC_PROG_RANLIB -#AC_PROG_LIBTOOL -#AM_PROG_LIBTOOL +AC_PROG_LIBTOOL +AM_PROG_LIBTOOL # check if UNIX pipes are available AC_CACHE_CHECK( -- cgit v1.2.3