[Scummvm-cvs-logs] scummvm-tools master -> 87e24302c90f20fc15105433a3318408b3258033

digitall dgturner at iee.org
Sat Nov 24 06:26:47 CET 2012


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

Summary:
87e24302c9 TOOLS: Fix missing ;; in configure script.


Commit: 87e24302c90f20fc15105433a3318408b3258033
    https://github.com/scummvm/scummvm-tools/commit/87e24302c90f20fc15105433a3318408b3258033
Author: D G Turner (digitall at scummvm.org)
Date: 2012-11-23T21:25:56-08:00

Commit Message:
TOOLS: Fix missing ;; in configure script.

Changed paths:
    configure



diff --git a/configure b/configure
index 4be25bd..c3c609f 100755
--- a/configure
+++ b/configure
@@ -453,6 +453,7 @@ for ac_option in $@; do
 	--enable-profiling)
 		CXXFLAGS="$CXXFLAGS -pg"
 		LDFLAGS="$LDFLAGS -pg"
+		;;
 	--host=*)
 		_host=`echo $ac_option | cut -d '=' -f 2`
 		;;






More information about the Scummvm-git-logs mailing list