Added a new configure.in flag, --enable-glut-build.

This defaults to "off", so GLUT is not built by default.
This commit is contained in:
Jon Taylor 2000-12-11 05:22:11 +00:00
parent 90f042ae8d
commit 14586916b9

View 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 NEED_GLUT
if ENABLE_GLUT_BUILD
INC_GLUT = glut.h
endif