[geos-commits] r3855 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Jul 31 07:13:07 PDT 2013


Author: robe
Date: 2013-07-31 07:13:07 -0700 (Wed, 31 Jul 2013)
New Revision: 3855

Modified:
   trunk/acsite.m4
Log:


Modified: trunk/acsite.m4
===================================================================
--- trunk/acsite.m4	2013-07-31 14:07:02 UTC (rev 3854)
+++ trunk/acsite.m4	2013-07-31 14:13:07 UTC (rev 3855)
@@ -34,7 +34,9 @@
   return 1;
 }
 main() {
-  exit(! does_int64_work());
+  if (does_int64_work())
+    exit(0);
+  exit(-1);
 }],
 [Ac_cachevar=yes],
 [Ac_cachevar=no],



More information about the geos-commits mailing list