From 17f5e712e217be701cf6555528cb81dfd22e49f8 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 24 Sep 2003 06:20:38 +0000 Subject: [PATCH] Require __GNUC__ >= 3 before defining slim_hidden_def macro --- pixman/ChangeLog.slim | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pixman/ChangeLog.slim b/pixman/ChangeLog.slim index 3255f2835..c830bf7e1 100644 --- a/pixman/ChangeLog.slim +++ b/pixman/ChangeLog.slim @@ -1,3 +1,9 @@ +2003-09-23 Carl Worth + + * src/slim_internal.h: The slim_hidden_def macros were causing + build failures with gcc 2.95.4. I've bumped the test for these + macros up to: __GNUC__ >= 3. We'll see if that's sufficient. + 2003-09-09 Carl Worth * configure.in (SLIM_VERSION): Bump version number to 0.2.0