From d509e52b1490db1aa97ac6b8187e66d2da40aac1 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 9 Mar 2006 14:14:06 +0000 Subject: [PATCH] Enable shared for debug development --- buildconf.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildconf.sh b/buildconf.sh index d28f54e..63c014f 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.7 2005-06-21 18:46:04 adam Exp $ +# $Id: buildconf.sh,v 1.8 2006-03-09 14:14:06 adam Exp $ set -x aclocal -I . libtoolize --automake --force @@ -31,7 +31,7 @@ esac if $enable_configure; then if test -n "$sh_flags"; then - CXXFLAGS="$sh_flags" ./configure $* + CXXFLAGS="$sh_flags" ./configure --disable-shared --enable-static $* else ./configure $* fi -- 1.7.10.4