From e5a5d5e861944773c51205269b2cd9f9f53730f5 Mon Sep 17 00:00:00 2001 From: Themaister Date: Fri, 28 Jun 2013 21:14:54 +0200 Subject: [PATCH] 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. --- qb/config.comp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qb/config.comp.sh b/qb/config.comp.sh index 4317edad94..cd894adfb6 100644 --- a/qb/config.comp.sh +++ b/qb/config.comp.sh @@ -1,2 +1,2 @@ USE_LANG_C="yes" -USE_LANG_CXX="no" +USE_LANG_CXX="yes"