[maemo-commits] [maemo-commits] r9250 - projects/haf/branches/gtk+/maemo-gtk-2-10

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Jan 23 14:21:58 EET 2007
Author: timj
Date: 2007-01-23 14:21:05 +0200 (Tue, 23 Jan 2007)
New Revision: 9250

Modified:
   projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog
   projects/haf/branches/gtk+/maemo-gtk-2-10/configure.in
Log:
Tue Jan 23 13:16:20 2007  Tim Janik  <timj at imendio.com>

        * configure.in: always define -DMAEMO_CHANGES to allow 
        conditionalized code.




Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog
===================================================================
--- projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog	2007-01-23 11:53:46 UTC (rev 9249)
+++ projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog	2007-01-23 12:21:05 UTC (rev 9250)
@@ -1,3 +1,8 @@
+Tue Jan 23 13:16:20 2007  Tim Janik  <timj at imendio.com>
+
+	* configure.in: always define -DMAEMO_CHANGES to allow 
+	conditionalized code.
+
 2007-01-23  Michael Natterer  <mitch at imendio.com>
 
 	* gtk/gtktextview.c: port over all IM and hildon-input-mode

Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/configure.in
===================================================================
--- projects/haf/branches/gtk+/maemo-gtk-2-10/configure.in	2007-01-23 11:53:46 UTC (rev 9249)
+++ projects/haf/branches/gtk+/maemo-gtk-2-10/configure.in	2007-01-23 12:21:05 UTC (rev 9250)
@@ -46,6 +46,9 @@
 # Save this value here, since automake will set cflags later
 cflags_set=${CFLAGS+set}
 
+### enable MAEMO platform extensions
+CFLAGS="$CFLAGS -DMAEMO_CHANGES"
+
 AM_INIT_AUTOMAKE(no-define)
 AM_CONFIG_HEADER(config.h)
 


More information about the maemo-commits mailing list