diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-01-23 23:27:10 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-01-23 23:27:10 +0000 |
commit | 6f8315d8f65066fda4ca9498f5d7beec46729d11 (patch) | |
tree | 09492f88f47c35a86dbb6f2eb07eec2ff0e46439 /acconfig.h | |
parent | cb0c0151971264dc780f0ec67571ebb79865496a (diff) | |
download | xine-lib-6f8315d8f65066fda4ca9498f5d7beec46729d11.tar.gz xine-lib-6f8315d8f65066fda4ca9498f5d7beec46729d11.tar.bz2 |
Change/fix opengl checks, add a glut fallback (GLU).
CVS patchset: 1445
CVS date: 2002/01/23 23:27:10
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |