Removed the check for a 'simple c++ program', since it didn't really worked well after all.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1387 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
cosmosninja 2008-01-13 00:44:06 +00:00
parent 166837d3f1
commit dade1f78cb

View File

@ -29,21 +29,6 @@ AC_PROG_CC
AC_PROG_CPP
AC_PROG_CXX
# Do a quick check to ensure the c++ compiler works
AC_RUN_IFELSE([
#include <iostream>
int main() { return 0; }
],[],
[
echo
echo "Compiling a simple program failed, so something is broken with"
echo "the building process. Please check that your system is setup"
echo "so it can compile C++ code."
echo
echo "Configure aborted."
exit
])
dnl =============================================
dnl Define debug which enables some cheats
dnl This should be DISABLED when doing a release!