From 6f8315d8f65066fda4ca9498f5d7beec46729d11 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Wed, 23 Jan 2002 23:27:10 +0000 Subject: Change/fix opengl checks, add a glut fallback (GLU). CVS patchset: 1445 CVS date: 2002/01/23 23:27:10 --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index f50b5ced5..03c086399 100644 --- a/acconfig.h +++ b/acconfig.h @@ -66,6 +66,9 @@ /* Define this if you have GLut support available */ #undef HAVE_GLUT +/* Define this if you have GLU support available */ +#undef HAVE_GLU + /* Define this if you have libXinerama installed */ #undef HAVE_XINERAMA -- cgit v1.2.3