[cig-commits] r6465 - cs/spatialdata-0.1/trunk

brad at geodynamics.org brad at geodynamics.org
Thu Mar 29 16:05:24 PDT 2007


Author: brad
Date: 2007-03-29 16:05:24 -0700 (Thu, 29 Mar 2007)
New Revision: 6465

Modified:
   cs/spatialdata-0.1/trunk/configure.ac
Log:
Cleaned up endian test syntax.

Modified: cs/spatialdata-0.1/trunk/configure.ac
===================================================================
--- cs/spatialdata-0.1/trunk/configure.ac	2007-03-29 22:59:18 UTC (rev 6464)
+++ cs/spatialdata-0.1/trunk/configure.ac	2007-03-29 23:05:24 UTC (rev 6465)
@@ -118,7 +118,7 @@
 fi
 
 # ENDIANNESS
-AC_C_BIGENDIAN([],[])
+AC_C_BIGENDIAN
 
 # ----------------------------------------------------------------------
 AC_CONFIG_FILES([Makefile



More information about the cig-commits mailing list