r4246 - trunk/src/target/opkg

thomas at sita.openmoko.org thomas at sita.openmoko.org
Tue Mar 25 13:36:48 CET 2008


Author: thomas
Date: 2008-03-25 13:36:47 +0100 (Tue, 25 Mar 2008)
New Revision: 4246

Modified:
   trunk/src/target/opkg/configure.ac
Log:
opkg: fix configure check for big-endian systems


Modified: trunk/src/target/opkg/configure.ac
===================================================================
--- trunk/src/target/opkg/configure.ac	2008-03-25 10:33:45 UTC (rev 4245)
+++ trunk/src/target/opkg/configure.ac	2008-03-25 12:36:47 UTC (rev 4246)
@@ -94,7 +94,7 @@
 AC_CHECK_MEMBERS([struct stat.st_rdev])
 
 # Checks endianness
-AC_C_BIGENDIAN(ENDIAN_CFLAGS="-DWORDS_BIGENDIAN=1",)
+AC_C_BIGENDIAN(BIGENDIAN_CFLAGS="-DWORDS_BIGENDIAN=1",)
 AC_SUBST(BIGENDIAN_CFLAGS)
 
 # Don't do annoying tests that don't work when cross-compiling, just trust them.





More information about the commitlog mailing list