mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-05 05:26:52 +02:00
Fix syntax
svn path=/trunk/; revision=7147
This commit is contained in:
parent
eb4ce9620a
commit
62d5bb123a
@ -3163,8 +3163,7 @@ if test x$ac_cv_c_bigendian = xyes; then
|
|||||||
g_byte_order=G_BIG_ENDIAN
|
g_byte_order=G_BIG_ENDIAN
|
||||||
g_bs_native=BE
|
g_bs_native=BE
|
||||||
g_bs_alien=LE
|
g_bs_alien=LE
|
||||||
else
|
elif test x$ac_cv_c_bigendian = xuniversal; then
|
||||||
if test x$ac_cv_c_bigendian = xuniversal then
|
|
||||||
g_byte_order=G_BIG_ENDIAN
|
g_byte_order=G_BIG_ENDIAN
|
||||||
g_bs_native=BE
|
g_bs_native=BE
|
||||||
g_bs_alien=LE
|
g_bs_alien=LE
|
||||||
@ -3173,7 +3172,6 @@ else
|
|||||||
g_bs_native=LE
|
g_bs_native=LE
|
||||||
g_bs_alien=BE
|
g_bs_alien=BE
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
|
|
||||||
g_pollin=$glib_cv_value_POLLIN
|
g_pollin=$glib_cv_value_POLLIN
|
||||||
g_pollout=$glib_cv_value_POLLOUT
|
g_pollout=$glib_cv_value_POLLOUT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user