Enable C++ by default if not configured.

This commit is contained in:
Chris Johns
2012-11-05 23:12:38 +11:00
parent ec26725433
commit 5f540eabcc

View File

@@ -5,6 +5,13 @@
# newlib, MPFR, MPC, and GMP in a one-tree build configuration. # newlib, MPFR, MPC, and GMP in a one-tree build configuration.
# #
#
# Default to C++ on.
#
%ifn %{defined enable_cxx}
%define enable_cxx 1
%endif
%include %{_configdir}/checks.cfg %include %{_configdir}/checks.cfg
%ifn %{defined gcc_version_message} %ifn %{defined gcc_version_message}