git-svn-id: https://svn.osgeo.org/grass/grass/trunk@31213 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -6,7 +6,9 @@ include $(MODULE_TOPDIR)/include/Make/Platform.make
ifneq ($(USE_WXWIDGETS),)
ifneq ($(USE_PYTHON),)
- SUBDIRS += vdigit
+ ifneq ($(strip $(CXX)),)
+ SUBDIRS += vdigit
+ endif
endif