OSDN Git Service

* include/GL/Makefile.am: ENABLE_GLUT_BUILD -> NEED_GLUT
authorpesco <pesco>
Thu, 21 Dec 2000 20:04:14 +0000 (20:04 +0000)
committerpesco <pesco>
Thu, 21 Dec 2000 20:04:14 +0000 (20:04 +0000)
* bootstrap: Fixed stupid mistakes.
* configure.in (LIBGL_VERSION): Include Mesa version as tiny number.
(LIBGLU_VERSION): Likewise.

include/GL/Makefile.am

index 9c14afc..58aded1 100644 (file)
@@ -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