[GRASS-SVN] r38200 - grass/branches/develbranch_6/swig
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jul 3 17:03:40 EDT 2009
Author: neteler
Date: 2009-07-03 17:03:40 -0400 (Fri, 03 Jul 2009)
New Revision: 38200
Modified:
grass/branches/develbranch_6/swig/Makefile
Log:
Check for $(CXX)
Modified: grass/branches/develbranch_6/swig/Makefile
===================================================================
--- grass/branches/develbranch_6/swig/Makefile 2009-07-03 20:42:13 UTC (rev 38199)
+++ grass/branches/develbranch_6/swig/Makefile 2009-07-03 21:03:40 UTC (rev 38200)
@@ -2,8 +2,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