From 76f5f8bd7124c8643be25e0d9838e5897e19df8a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 25 Dec 2008 12:58:10 +0100 Subject: [PATCH] Fixed check for custom cflags --- buildconf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $* -- 1.7.10.4