mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01: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 &&
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user