From: Matthias Clasen Date: Fri, 8 Jul 2005 03:28:26 +0000 (+0000) Subject: Improve the AIX size_t size detection test X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=08dabde55f66a32e775f965a3529f2e776ea7f3e;p=dana%2Fcg-glib.git Improve the AIX size_t size detection test --- 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