* clutter/x11/clutter-event-x11.c:
authorNeil Roberts <neil@openedhand.com>
Mon, 30 Jun 2008 16:01:56 +0000 (16:01 +0000)
committerNeil Roberts <neil@openedhand.com>
Mon, 30 Jun 2008 16:01:56 +0000 (16:01 +0000)
* clutter/win32/clutter-event-win32.c: Use the HAVE_CONFIG_H guard
around #include "config.h"

ChangeLog
clutter/win32/clutter-event-win32.c
clutter/x11/clutter-event-x11.c

index 5be69ba..b0da78d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-06-30  Neil Roberts  <neil@o-hand.com>
+
+        * clutter/x11/clutter-event-x11.c:
+        * clutter/win32/clutter-event-win32.c: Use the HAVE_CONFIG_H guard
+        around #include "config.h"
+
 2008-06-30  Emmanuele Bassi  <ebassi@openedhand.com>
 
        * clutter/Makefile.am:
index af27c38..22654ad 100644 (file)
@@ -19,7 +19,9 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#ifdef HAVE_CONFIG_H
 #include "config.h"
+#endif
 
 #include "clutter-stage-win32.h"
 #include "clutter-backend-win32.h"
index 38efe33..793edf8 100644 (file)
@@ -19,7 +19,9 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#ifdef HAVE_CONFIG_H
 #include "config.h"
+#endif
 
 #include "clutter-stage-x11.h"
 #include "clutter-backend-x11.h"