diff configure @ 13047:4e613c87c2f5

spelling: big-endian and little-endian
author diego
date Wed, 18 Aug 2004 19:00:05 +0000
parents 9af70c5ff267
children 4072143b84f6
line wrap: on
line diff
--- a/configure	Wed Aug 18 18:59:19 2004 +0000
+++ b/configure	Wed Aug 18 19:00:05 2004 +0000
@@ -294,7 +294,7 @@
   --enable-shm           build with shm support [autodetect]
   --enable-altivec       build with Altivec support (PowerPC) [autodetect]
   --disable-fastmemcpy   disable 3DNow!/SSE/MMX optimized memcpy() [enable]
-  --enable-big-endian    Force byte order to big endian [autodetect]
+  --enable-big-endian    Force byte order to big-endian [autodetect]
   --enable-debug[=1-3]   compile debugging information into mplayer [disable]
   --enable-profile       compile profiling information into mplayer [disable]
   --disable-sighandler   disable sighandler for crashes [enable]
@@ -5740,10 +5740,10 @@
   fi
 fi
 if test "$_big_endian" = yes ; then
-  _byte_order='Big Endian'
+  _byte_order='big-endian'
   _def_words_endian='#define WORDS_BIGENDIAN 1'
 else
-  _byte_order='Little Endian'
+  _byte_order='little-endian'
   _def_words_endian='#undef WORDS_BIGENDIAN'
 fi
 echores "$_byte_order"