diff options
author | Jon Taylor <taylorj@ggi-project.org> | 2000-12-11 05:22:11 +0000 |
---|---|---|
committer | Jon Taylor <taylorj@ggi-project.org> | 2000-12-11 05:22:11 +0000 |
commit | 14586916b9b888bec0b08b9646f90e74c0833183 (patch) | |
tree | 16d22daa2af1e57b852cc44825ee9304eb0a229f /include | |
parent | 90f042ae8dbc00ecedab5cc68dbc6abae4228af5 (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')
-rw-r--r-- | include/GL/Makefile.am | 2 |
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 |