]> granicus.if.org Git - postgis/commitdiff
Changed ifeq to ifndef for CXX macro test.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 28 Mar 2008 20:18:49 +0000 (20:18 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 28 Mar 2008 20:18:49 +0000 (20:18 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2746 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/Makefile

index 5aa7a5c1015fb67f8545c5ed99679942e6ccc5e5..803e505f7ffa228283ff1ca1ce5ed009bc2dd454 100644 (file)
@@ -5,7 +5,7 @@ include ../Version.config
 #---------------------------------------------------------------
 # Default missing CXX variable to c++
 # 
-ifeq ($(CXX),
+ifndef $(CXX
        CXX = c++
 endif