mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 09:46:17 +01:00
Fix syntax
svn path=/trunk/; revision=7147
This commit is contained in:
parent
eb4ce9620a
commit
62d5bb123a
16
configure.in
16
configure.in
@ -3163,16 +3163,14 @@ if test x$ac_cv_c_bigendian = xyes; then
|
||||
g_byte_order=G_BIG_ENDIAN
|
||||
g_bs_native=BE
|
||||
g_bs_alien=LE
|
||||
elif test x$ac_cv_c_bigendian = xuniversal; then
|
||||
g_byte_order=G_BIG_ENDIAN
|
||||
g_bs_native=BE
|
||||
g_bs_alien=LE
|
||||
else
|
||||
if test x$ac_cv_c_bigendian = xuniversal then
|
||||
g_byte_order=G_BIG_ENDIAN
|
||||
g_bs_native=BE
|
||||
g_bs_alien=LE
|
||||
else
|
||||
g_byte_order=G_LITTLE_ENDIAN
|
||||
g_bs_native=LE
|
||||
g_bs_alien=BE
|
||||
fi
|
||||
g_byte_order=G_LITTLE_ENDIAN
|
||||
g_bs_native=LE
|
||||
g_bs_alien=BE
|
||||
fi
|
||||
|
||||
g_pollin=$glib_cv_value_POLLIN
|
||||
|
Loading…
Reference in New Issue
Block a user