aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/geany/geany/no-bogus-cxx-check.diff
blob: 74e4c8cac6cf2d622e86a7a0b67840d7d4181540 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- /tmp/configure.in	2009-12-22 21:43:13.000000000 +0100
+++ geany-0.18/configure.in	2009-12-22 21:43:22.000000000 +0100
@@ -13,12 +13,6 @@
 AC_PROG_CC
 
 AC_PROG_CXX
-# check for C++ compiler explicitly and fail if none is found, do this check
-# after AC_PROG_CXX has set the CXX environment variable
-which $CXX >/dev/null 2>&1
-if test "x$?" != "x0"; then
-	AC_MSG_ERROR([No C++ compiler not found. Please install a C++ compiler.])
-fi
 
 #AC_PROG_RANLIB
 AC_PROG_INSTALL