From 7551360c1e76b9f0fd3c981639e22d2ffc9aba14 Mon Sep 17 00:00:00 2001 From: Sven Herzberg Date: Tue, 22 Jul 2008 21:21:53 +0000 Subject: [PATCH] Fix svn:ignore and the include condition 2008-07-22 Sven Herzberg Fix svn:ignore and the include condition * gdk/tests/check-gdk-cairo.c: ifndef => ifdef svn path=/trunk/; revision=20896 --- ChangeLog | 6 ++++++ gdk/tests/check-gdk-cairo.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5fdf43010e..b721efbf72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-07-22 Sven Herzberg + + Fix svn:ignore and the include condition + + * gdk/tests/check-gdk-cairo.c: ifndef => ifdef + 2008-07-22 Tor Lillqvist * configure.in: Workaround for what apparently is a bug in MSYS: diff --git a/gdk/tests/check-gdk-cairo.c b/gdk/tests/check-gdk-cairo.c index d1cb41b489..19f49951c4 100644 --- a/gdk/tests/check-gdk-cairo.c +++ b/gdk/tests/check-gdk-cairo.c @@ -24,7 +24,7 @@ */ #include -#ifndef CAIRO_HAS_QUARTZ_SURFACE +#ifdef CAIRO_HAS_QUARTZ_SURFACE #include #endif