summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 9c14afc97c..58aded1d53 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 ENABLE_GLUT_BUILD
+if NEED_GLUT
INC_GLUT = glut.h
endif