[Scummvm-cvs-logs] SF.net SVN: scummvm:[51672] scummvm/trunk/configure

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Aug 3 02:03:04 CEST 2010


Revision: 51672
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51672&view=rev
Author:   fingolfin
Date:     2010-08-03 00:03:04 +0000 (Tue, 03 Aug 2010)

Log Message:
-----------
N64: Error out in configure if N64SDK is not set

Modified Paths:
--------------
    scummvm/trunk/configure

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2010-08-03 00:02:46 UTC (rev 51671)
+++ scummvm/trunk/configure	2010-08-03 00:03:04 UTC (rev 51672)
@@ -1108,6 +1108,12 @@
 		exit 1
 	fi
 	;;
+n64)
+	if test -z "$N64SDK"; then
+		echo "Please set N64SDK in your environment. export N64SDK=<path to n64 sdk>"
+		exit 1
+	fi
+	;;
 ps2)
 	if test -z "$PS2SDK"; then
 		echo "Please set PS2SDK in your environment. export PS2SDK=<path to ps2 sdk>"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list