[Scummvm-cvs-logs] SF.net SVN: scummvm:[54537]	scummvm/trunk/configure
    fingolfin at users.sourceforge.net 
    fingolfin at users.sourceforge.net
       
    Sun Nov 28 18:42:25 CET 2010
    
    
  
Revision: 54537
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54537&view=rev
Author:   fingolfin
Date:     2010-11-28 17:42:25 +0000 (Sun, 28 Nov 2010)
Log Message:
-----------
BUILD: Set 'UNIX=1' in config.mk on unix systems
Modified Paths:
--------------
    scummvm/trunk/configure
Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2010-11-28 17:42:05 UTC (rev 54536)
+++ scummvm/trunk/configure	2010-11-28 17:42:25 UTC (rev 54537)
@@ -2092,6 +2092,7 @@
 
 if test "$_unix" = yes ; then
 	DEFINES="$DEFINES -DUNIX"
+	add_line_to_config_mk 'UNIX = 1'
 fi
 
 #
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