mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-16 12:28:48 +02:00
Improve the AIX size_t size detection test
This commit is contained in:
parent
fc28f0832f
commit
08dabde55f
@ -787,7 +787,7 @@ dnl
|
|||||||
if test $ac_cv_sizeof_size_t = $ac_cv_sizeof_int &&
|
if test $ac_cv_sizeof_size_t = $ac_cv_sizeof_int &&
|
||||||
test $ac_cv_sizeof_size_t = $ac_cv_sizeof_long ; then
|
test $ac_cv_sizeof_size_t = $ac_cv_sizeof_long ; then
|
||||||
GLIB_CHECK_COMPILE_WARNINGS([
|
GLIB_CHECK_COMPILE_WARNINGS([
|
||||||
#ifdef _AIX
|
#if defined(_AIX) && !defined(__GNUC__)
|
||||||
#pragma options langlvl=stdc89
|
#pragma options langlvl=stdc89
|
||||||
#endif
|
#endif
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user