From 484e6a42af0247f7742728965b566523a01cfe69 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 3 Nov 2011 13:05:07 +1100 Subject: BUILD: Revert 3a461c2 since it breaks tests for various libraries under mingw (and maybe other systems). --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') 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" -- cgit v1.2.3