# only allow dependency on g++ if g++ is installed, otherwise a cycle is created
if spell_ok g++; then
   optional_depends g++ \
                 "--enable-cxx" \
                 "--disable-cxx" \
                 "Enable C++ support?"
fi
