From 05ecec6f49732d8804982cdb350798a9fc7b81d9 Mon Sep 17 00:00:00 2001 From: pesco Date: Thu, 21 Dec 2000 20:04:14 +0000 Subject: * 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. --- include/GL/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/GL/Makefile.am') 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 -- cgit v1.2.3