From: panne Date: Sun, 17 Feb 2002 13:56:35 +0000 (+0000) Subject: [project @ 2002-02-17 13:56:35 by panne] X-Git-Tag: Approximately_9120_patches~13 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=50d49d9165e16c2e156ea3954cf89775fe8a9644;hp=a9b5b6a32ddecabff442635dca93b003f0c17779;p=ghc-hetmet.git [project @ 2002-02-17 13:56:35 by panne] Conforming to the OpenGL ABI, try a plain (non-Mesa) OpenGL first as the default --- diff --git a/aclocal.m4 b/aclocal.m4 index 12c5a42..b0fbe08 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.96 2002/02/17 13:56:35 panne Exp $ dnl dnl Extra autoconf macros for the Glasgow fptools dnl @@ -1180,7 +1180,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"