Revert "(Pointed out by Alcaro) configure shouldn't require a C++ compiler"

qb.libs.sh uses CXX for a few things. E.g. Cg has to be linked with C++
compiler or it breaks on some distros.
This commit is contained in:
Themaister 2013-06-28 21:14:54 +02:00
parent 53c549690d
commit e5a5d5e861

View File

@ -1,2 +1,2 @@
USE_LANG_C="yes"
USE_LANG_CXX="no"
USE_LANG_CXX="yes"