]> granicus.if.org Git - postgis/commitdiff
Hack to supply c++ CXX variable if undefined.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 10 Apr 2003 16:22:05 +0000 (16:22 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 10 Apr 2003 16:22:05 +0000 (16:22 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@263 b70326c6-7e19-0410-871a-916f4a2858ee

Makefile

index b655f366ad184da599d88b5c4840f897884f5331..5fe5d17b1a8dd47715d5395e8ea85673de67bc14 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,13 @@ else
        LPATH := ${PWD}
 endif
 
+#---------------------------------------------------------------
+# Default missing CXX variable to c++
+# 
+ifeq ($(CXX),) 
+       CXX = c++
+endif
+
 #---------------------------------------------------------------
 # Test the version string and set the USE_VERSION macro
 # appropriately.