[GRASS-SVN] r38002 - grass/trunk/swig

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jun 20 17:39:23 EDT 2009


Author: glynn
Date: 2009-06-20 17:39:23 -0400 (Sat, 20 Jun 2009)
New Revision: 38002

Modified:
   grass/trunk/swig/Makefile
Log:
Check for $(CXX)


Modified: grass/trunk/swig/Makefile
===================================================================
--- grass/trunk/swig/Makefile	2009-06-20 14:28:17 UTC (rev 38001)
+++ grass/trunk/swig/Makefile	2009-06-20 21:39:23 UTC (rev 38002)
@@ -4,8 +4,10 @@
 
 #compile if PYTHON present:
 ifneq ($(USE_PYTHON),)
+ifneq ($(strip $(CXX)),)
     SUBDIRS += python
 endif
+endif
 
 # doxygen:
 DOXNAME=swig



More information about the grass-commit mailing list