Forgot one case
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 8 Jul 2005 03:30:24 +0000 (03:30 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 8 Jul 2005 03:30:24 +0000 (03:30 +0000)
configure.in

index e4682d5..7c8b2fc 100644 (file)
@@ -799,7 +799,7 @@ int main ()
 }
     ],glib_size_type=int,
       [GLIB_CHECK_COMPILE_WARNINGS([
-#ifdef _AIX
+#if defined(_AIX) && !defined(__GNUC__)
 #pragma options langlvl=stdc89
 #endif
 #include <stddef.h>