[Scummvm-cvs-logs] CVS: scummvm configure,1.14,1.15

Jonathan Gray khalek at users.sourceforge.net
Sun May 18 07:07:07 CEST 2003


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv2756

Modified Files:
	configure 
Log Message:
comment UNIX defines for now

Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- configure	18 May 2003 11:46:14 -0000	1.14
+++ configure	18 May 2003 14:06:13 -0000	1.15
@@ -209,15 +209,16 @@
 echo $hosttype
 case $hosttype in
 	Linux | OpenBSD | FreeBSD | NetBSD | BSD/OS | SunOS | HP-UX)
-		echo "#define UNIX" >> config.h
+		echo "/* #define UNIX */" >> config.h
 		;;
 	IRIX)
-		echo "#define UNIX" >> config.h
+		echo "/* #define UNIX */" >> config.h
 		ranlib=ar -r
 		;;
 	Darwin)
-		echo "#define UNIX" >> config.h
+		echo "/* #define UNIX */" >> config.h
 		echo "#define MACOSX" >> config.h
+		LIBS="$LIBS -framework QuickTime -framework AudioUnit"
 		;;
 esac
 





More information about the Scummvm-git-logs mailing list