X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=63c014f6ad21dc27fb97d3584f317709e80194dd;hp=d28f54e9818001e8debccacc5f10b6a6dccc306a;hb=d509e52b1490db1aa97ac6b8187e66d2da40aac1;hpb=aab482fc16e30ee61267da7a19f7bf7663a31117 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