[postgis-commits] svn - r3515 - trunk/liblwgeom
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Mon Jan 12 04:23:13 PST 2009
Author: mcayland
Date: 2009-01-12 04:23:11 -0800 (Mon, 12 Jan 2009)
New Revision: 3515
Modified:
trunk/liblwgeom/Makefile.in
Log:
Remove erroneus merge from r3502 (HAVE_CUNIT_H just isn't defined anymore...)
Modified: trunk/liblwgeom/Makefile.in
===================================================================
--- trunk/liblwgeom/Makefile.in 2009-01-11 07:10:06 UTC (rev 3514)
+++ trunk/liblwgeom/Makefile.in 2009-01-12 12:23:11 UTC (rev 3515)
@@ -49,9 +49,6 @@
lwalgorithm.h
all: liblwgeom.a
-ifeq ($(HAVE_CUNIT_H),1)
- make -C cunit
-endif
liblwgeom.a: $(SA_OBJS) $(SA_HEADERS)
ar rs liblwgeom.a $(SA_OBJS)
More information about the postgis-commits
mailing list