summaryrefslogtreecommitdiff
path: root/include/GL/Makefile.am
diff options
context:
space:
mode:
authorJon Taylor <taylorj@ggi-project.org>2000-12-11 05:22:11 +0000
committerJon Taylor <taylorj@ggi-project.org>2000-12-11 05:22:11 +0000
commit14586916b9b888bec0b08b9646f90e74c0833183 (patch)
tree16d22daa2af1e57b852cc44825ee9304eb0a229f /include/GL/Makefile.am
parent90f042ae8dbc00ecedab5cc68dbc6abae4228af5 (diff)
Added a new configure.in flag, --enable-glut-build.
This defaults to "off", so GLUT is not built by default.
Diffstat (limited to 'include/GL/Makefile.am')
-rw-r--r--include/GL/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/GL/Makefile.am b/include/GL/Makefile.am
index 58aded1d53..9c14afc97c 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