From: panne Date: Tue, 19 Aug 2003 09:39:48 +0000 (+0000) Subject: [project @ 2003-08-19 09:39:48 by panne] X-Git-Tag: Approx_11550_changesets_converted~552 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8cb18884dbfe1cd07f2eef605e4dbe1cf657eca1;p=ghc-hetmet.git [project @ 2003-08-19 09:39:48 by panne] To ease autoheader's job, add description for USE_QUARTZ_OPENGL. --- diff --git a/configure.ac b/configure.ac index bbda929..41de88b 100644 --- a/configure.ac +++ b/configure.ac @@ -570,7 +570,8 @@ AC_ARG_ENABLE(hopengl, UseQuartzOpenGL=NO if test x"$TargetOS_CPP" = x"darwin"; then if test x"$enable_hopengl" != x"x11"; then - AC_DEFINE(USE_QUARTZ_OPENGL) + AC_DEFINE([USE_QUARTZ_OPENGL], [1], + [Define to 1 if native OpenGL should be used on Mac OS X]) UseQuartzOpenGL=YES fi fi