]> granicus.if.org Git - postgis/commitdiff
Remove erroneus merge from r3502 (HAVE_CUNIT_H just isn't defined anymore...)
authorMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Mon, 12 Jan 2009 12:23:11 +0000 (12:23 +0000)
committerMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Mon, 12 Jan 2009 12:23:11 +0000 (12:23 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3515 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/Makefile.in

index f3df4a90258013220481c7fab90810f1ab826c1e..b52af99c88c9ed64aad94b5e00eb3c95436f5cb2 100644 (file)
@@ -49,9 +49,6 @@ SA_HEADERS = \
        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)