From: Jon Taylor Date: Mon, 11 Dec 2000 05:22:11 +0000 (+0000) Subject: Added a new configure.in flag, --enable-glut-build. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=14586916b9b888bec0b08b9646f90e74c0833183;p=mesa.git Added a new configure.in flag, --enable-glut-build. This defaults to "off", so GLUT is not built by default. --- diff --git a/include/GL/Makefile.am b/include/GL/Makefile.am index 58aded1d538..9c14afc97c3 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 NEED_GLUT +if ENABLE_GLUT_BUILD INC_GLUT = glut.h endif