From 08dabde55f66a32e775f965a3529f2e776ea7f3e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 8 Jul 2005 03:28:26 +0000 Subject: [PATCH] Improve the AIX size_t size detection test --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 1b7bf347..e4682d50 100644 --- a/configure.in +++ b/configure.in @@ -787,7 +787,7 @@ dnl if test $ac_cv_sizeof_size_t = $ac_cv_sizeof_int && test $ac_cv_sizeof_size_t = $ac_cv_sizeof_long ; then GLIB_CHECK_COMPILE_WARNINGS([ -#ifdef _AIX +#if defined(_AIX) && !defined(__GNUC__) #pragma options langlvl=stdc89 #endif #include -- 2.34.1