[Scummvm-cvs-logs] SF.net SVN: scummvm:[35962] scummvm/trunk/configure
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Tue Jan 20 23:46:34 CET 2009
Revision: 35962
http://scummvm.svn.sourceforge.net/scummvm/?rev=35962&view=rev
Author: fingolfin
Date: 2009-01-20 22:46:34 +0000 (Tue, 20 Jan 2009)
Log Message:
-----------
Changed configure to add ENABLE_VKEYBD and ENABLE_KEYMAPPER to DEFINES, instead of config.h
Modified Paths:
--------------
scummvm/trunk/configure
Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure 2009-01-20 18:37:09 UTC (rev 35961)
+++ scummvm/trunk/configure 2009-01-20 22:46:34 UTC (rev 35962)
@@ -1621,8 +1621,12 @@
#
# Enable vkeybd / keymapper
#
-add_to_config_h_if_yes $_vkeybd '#define ENABLE_VKEYBD'
-add_to_config_h_if_yes $_keymapper '#define ENABLE_KEYMAPPER'
+if test "$_vkeybd" = yes ; then
+ DEFINES="$DEFINES -DENABLE_VKEYBD"
+fi
+if test "$_keymapper" = yes ; then
+ DEFINES="$DEFINES -DENABLE_KEYMAPPER"
+fi
#
# figure out installation directories
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