From: pesco Date: Thu, 21 Dec 2000 20:04:14 +0000 (+0000) Subject: * include/GL/Makefile.am: ENABLE_GLUT_BUILD -> NEED_GLUT X-Git-Tag: android-x86-1.6~10129 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=05ecec6f49732d8804982cdb350798a9fc7b81d9;p=android-x86%2Fexternal-mesa.git * 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. --- diff --git a/include/GL/Makefile.am b/include/GL/Makefile.am index 9c14afc97c3..58aded1d538 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