X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=aclocal.m4;h=2cb2b57b6bb629d50f68cce74a4ff596eaf50493;hb=555a35168bc3d7408b439022741f3de5955de028;hp=12c5a4279a95efabc9e6f822800c201b5c34e9cc;hpb=17656ff2e85bd8503b521eacc93098d42488e0ec;p=ghc-hetmet.git diff --git a/aclocal.m4 b/aclocal.m4 index 12c5a42..2cb2b57 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl $Id: aclocal.m4,v 1.95 2002/02/13 19:42:38 sof Exp $ +dnl $Id: aclocal.m4,v 1.97 2002/03/04 23:06:40 qrczak Exp $ dnl dnl Extra autoconf macros for the Glasgow fptools dnl @@ -419,15 +419,6 @@ changequote([, ])dnl echo "we recommend 2.95.3, although versions back to 2.7.2 should be ok." AC_MSG_ERROR([gcc 1.X has never been supported]) fi - if test `eval $is_gcc_v3 2>/dev/null` = "1"; then - fptools_cv_have_gcc='no' - echo "" - echo "your gcc version appears to be ..." - $CC --version - echo "gcc versions 3.0 and above are not yet supported." - echo "we recommend 2.95.3, although versions back to 2.7.2 should be ok." - AC_MSG_ERROR([gcc 3.0 and above is not currently supported]) - fi fi ]) HaveGcc=`echo $fptools_cv_have_gcc | sed 'y/yesno/YESNO/'` @@ -1180,7 +1171,7 @@ dnl AC_HELP_STRING([--with-Mesa], dnl [Prefer the Mesa library over a vendors native OpenGL library (default=yes)], dnl with_Mesa_help_string) dnl AC_ARG_ENABLE(Mesa, $with_Mesa_help_string, use_Mesa=$enableval, use_Mesa=yes) - AC_ARG_ENABLE(Mesa, [ --with-Mesa Prefer the Mesa library over a vendors native OpenGL library (default=yes)], use_Mesa=$enableval, use_Mesa=yes) + AC_ARG_ENABLE(Mesa, [ --with-Mesa Prefer the Mesa library over a vendors native OpenGL library (default=no)], use_Mesa=$enableval, use_Mesa=no) if test x"$use_Mesa" = xyes; then GL_search_list="MesaGL GL opengl32"