X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=95ea2226400b3e50fa9c83ddabc211f4ac6ab19a;hp=ee3d628295352879750b9a574141530d75c5774f;hb=3e61994433eac158b5d087f3cedaddaf03b06620;hpb=3ef0c861c68e520a9a1cb0fa523251a2d3d739ee diff --git a/buildconf.sh b/buildconf.sh index ee3d628..95ea222 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.21 2006-06-12 23:44:39 adam Exp $ +# $Id: buildconf.sh,v 1.22 2006-06-28 13:26:13 adam Exp $ if automake --version|head -1 |grep '1\.[4-7]'; then echo "automake 1.4-1.7 is active. You should use automake 1.8 or later" if test -f /etc/debian_version; then @@ -41,7 +41,7 @@ esac if $enable_configure; then if test -n "$sh_flags"; then - CFLAGS="$sh_flags" ./configure $* + CFLAGS="$sh_flags" ./configure --disable-shared $* else ./configure $* fi