summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorpesco <pesco>2000-12-21 20:04:14 +0000
committerpesco <pesco>2000-12-21 20:04:14 +0000
commit05ecec6f49732d8804982cdb350798a9fc7b81d9 (patch)
tree9a8953640795b5f885c19a4f3cd8e1120a865962 /include
parent9da422c639c9e2bb25a4d49aa6b2c2332217c224 (diff)
* include/GL/Makefile.am: ENABLE_GLUT_BUILD -> NEED_GLUT
* bootstrap: Fixed stupid mistakes. * configure.in (LIBGL_VERSION): Include Mesa version as tiny number. (LIBGLU_VERSION): Likewise.
Diffstat (limited to 'include')
-rw-r--r--include/GL/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/GL/Makefile.am b/include/GL/Makefile.am
index 9c14afc97c..58aded1d53 100644
--- a/include/GL/Makefile.am
+++ b/include/GL/Makefile.am
@@ -22,7 +22,7 @@ if HAVE_X11
INC_X11 = glx.h glx_mangle.h xmesa.h xmesa_x.h xmesa_xf86.h
endif
-if ENABLE_GLUT_BUILD
+if NEED_GLUT
INC_GLUT = glut.h
endif