diff options
Diffstat (limited to 'include/GL/Makefile.am')
-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 |