Improve the AIX size_t size detection test

This commit is contained in:
Matthias Clasen 2005-07-08 03:28:26 +00:00
parent fc28f0832f
commit 08dabde55f

View File

@ -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 <stddef.h>