From: Adam Dickmeiss Date: Fri, 7 Jul 2006 12:17:00 +0000 (+0000) Subject: Enable shared by default X-Git-Tag: YAZPROXY.1.3.0~20 X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=commitdiff_plain;h=06b8942f0f6b635b08b56c071db7bab952c40b8c Enable shared by default --- diff --git a/configure.ac b/configure.ac index 77ad60d..f2e25aa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl yazproxy, Index Data 1994-2006 dnl See the file LICENSE for details. -dnl $Id: configure.ac,v 1.13 2006-07-06 11:50:26 adam Exp $ +dnl $Id: configure.ac,v 1.14 2006-07-07 12:17:00 adam Exp $ AC_PREREQ(2.59) AC_INIT([yazproxy],[1.2.1.1],[adam@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) @@ -11,7 +11,6 @@ AC_PROG_CC AC_PROG_CPP AC_PROG_CXX AC_HEADER_STDC -AM_DISABLE_SHARED AM_PROG_LIBTOOL YAZPP_INIT(threads,1.0.1)