From 8cb18884dbfe1cd07f2eef605e4dbe1cf657eca1 Mon Sep 17 00:00:00 2001 From: panne Date: Tue, 19 Aug 2003 09:39:48 +0000 Subject: [PATCH] [project @ 2003-08-19 09:39:48 by panne] To ease autoheader's job, add description for USE_QUARTZ_OPENGL. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.7.10.4