aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTravis Howell2011-11-03 13:05:07 +1100
committerTravis Howell2011-11-03 13:05:07 +1100
commit484e6a42af0247f7742728965b566523a01cfe69 (patch)
tree4bfc0f38eff7b93b4147a26f2693a702b0ec2720 /configure
parentb05187c1a70adc835c4ae11bed59a835670765b0 (diff)
downloadscummvm-rg350-484e6a42af0247f7742728965b566523a01cfe69.tar.gz
scummvm-rg350-484e6a42af0247f7742728965b566523a01cfe69.tar.bz2
scummvm-rg350-484e6a42af0247f7742728965b566523a01cfe69.zip
BUILD: Revert 3a461c2 since it breaks tests for various libraries under mingw (and maybe other systems).
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 9115c6ae63..17d7801e36 100755
--- a/configure
+++ b/configure
@@ -237,9 +237,9 @@ cc_check_no_clean() {
echo >> "$TMPLOG"
cat "$TMPC" >> "$TMPLOG"
echo >> "$TMPLOG"
- echo "$CXX $LDFLAGS $CXXFLAGS $INCLUDES $TMPC -o $TMPO$HOSTEXEEXT $@" >> "$TMPLOG"
+ echo "$CXX $LDFLAGS $CXXFLAGS $TMPC -o $TMPO$HOSTEXEEXT $@" >> "$TMPLOG"
rm -f "$TMPO$HOSTEXEEXT"
- ( $CXX $LDFLAGS $CXXFLAGS $INCLUDES "$TMPC" -o "$TMPO$HOSTEXEEXT" "$@" ) >> "$TMPLOG" 2>&1
+ ( $CXX $LDFLAGS $CXXFLAGS "$TMPC" -o "$TMPO$HOSTEXEEXT" "$@" ) >> "$TMPLOG" 2>&1
TMPR="$?"
echo "return code: $TMPR" >> "$TMPLOG"
echo >> "$TMPLOG"