[Scummvm-cvs-logs] scummvm master -> 484e6a42af0247f7742728965b566523a01cfe69

Kirben kirben at optusnet.com.au
Thu Nov 3 03:05:32 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
484e6a42af BUILD: Revert 3a461c2 since it breaks tests for various libraries under mingw (and maybe other systems).


Commit: 484e6a42af0247f7742728965b566523a01cfe69
    https://github.com/scummvm/scummvm/commit/484e6a42af0247f7742728965b566523a01cfe69
Author: Travis Howell (kirben at optusnet.com.au)
Date: 2011-11-02T19:05:07-07:00

Commit Message:
BUILD: Revert 3a461c2 since it breaks tests for various libraries under mingw (and maybe other systems).

Changed paths:
    configure



diff --git a/configure b/configure
index 9115c6a..17d7801 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"






More information about the Scummvm-git-logs mailing list