Fix syntax
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 2 Jul 2008 19:11:08 +0000 (19:11 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 2 Jul 2008 19:11:08 +0000 (19:11 +0000)
svn path=/trunk/; revision=7147

configure.in

index ac6db4b..7495555 100644 (file)
@@ -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