[postgis-commits] svn - r2746 - trunk/lwgeom

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Fri Mar 28 13:18:49 PDT 2008


Author: pramsey
Date: 2008-03-28 13:18:49 -0700 (Fri, 28 Mar 2008)
New Revision: 2746

Modified:
   trunk/lwgeom/Makefile
Log:
Changed ifeq to ifndef for CXX macro test.


Modified: trunk/lwgeom/Makefile
===================================================================
--- trunk/lwgeom/Makefile	2008-03-28 20:17:21 UTC (rev 2745)
+++ trunk/lwgeom/Makefile	2008-03-28 20:18:49 UTC (rev 2746)
@@ -5,7 +5,7 @@
 #---------------------------------------------------------------
 # Default missing CXX variable to c++
 # 
-ifeq ($(CXX),) 
+ifndef $(CXX) 
 	CXX = c++
 endif
 



More information about the postgis-commits mailing list