X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=dff34677984839817c620389dd0256adf1db5e42;hp=5ce967ccd6db65cc41d65f621ea66f80f63a2c4c;hb=76f5f8bd7124c8643be25e0d9838e5897e19df8a;hpb=11698a8c1cce5556f3c4dc803c94d2c1f3b60b23 diff --git a/buildconf.sh b/buildconf.sh index 5ce967c..dff3467 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -66,7 +66,7 @@ case $1 in esac if $enable_configure; then - if test -n "$sh_flags"; then + if test -n "$sh_cflags"; then CFLAGS="$sh_cflags" CXXFLAGS="$sh_cxxflags" ./configure --disable-shared --enable-static $* else ./configure $*