Added a new configure.in flag, --enable-glut-build.
authorJon Taylor <taylorj@ggi-project.org>
Mon, 11 Dec 2000 05:22:11 +0000 (05:22 +0000)
committerJon Taylor <taylorj@ggi-project.org>
Mon, 11 Dec 2000 05:22:11 +0000 (05:22 +0000)
This defaults to "off", so GLUT is not built by default.

include/GL/Makefile.am

index 58aded1d538a969f10f6dc568073f6a1f1b454c1..9c14afc97c386ac01c74aa4357cce4fe361e39e1 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 NEED_GLUT
+if ENABLE_GLUT_BUILD
 INC_GLUT = glut.h
 endif