mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 03:02:10 +01:00
More improvements to the AIX size_t test
This commit is contained in:
parent
c9a22e0e9d
commit
12211f5915
@ -803,7 +803,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>
|
||||
@ -815,7 +815,7 @@ int main ()
|
||||
}
|
||||
],glib_size_type=int,
|
||||
[GLIB_CHECK_COMPILE_WARNINGS([
|
||||
#ifdef _AIX
|
||||
#if defined(_AIX) && !defined(__GNUC__)
|
||||
#pragma options langlvl=stdc89
|
||||
#endif
|
||||
#include <stddef.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user