This commit is contained in:
Themaister 2011-02-07 11:14:46 +01:00
parent e5e0c33ed6
commit bdea56370d

View File

@ -50,7 +50,7 @@ if [ "$USE_LANG_CXX" = "yes" ]; then
CXX=`which g++ c++ 2> /dev/null | grep ^/ | head -n 1`
fi
if [ -z $CXX ]; then
echo "Could not find C compiler in path. Exiting ..."
echo "Could not find C++ compiler in path. Exiting ..."
exit 1
fi