projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9da422c
)
* include/GL/Makefile.am: ENABLE_GLUT_BUILD -> NEED_GLUT
author
pesco
<pesco>
Thu, 21 Dec 2000 20:04:14 +0000
(20:04 +0000)
committer
pesco
<pesco>
Thu, 21 Dec 2000 20:04:14 +0000
(20:04 +0000)
* bootstrap: Fixed stupid mistakes.
* configure.in (LIBGL_VERSION): Include Mesa version as tiny number.
(LIBGLU_VERSION): Likewise.
include/GL/Makefile.am
patch
|
blob
|
history
diff --git
a/include/GL/Makefile.am
b/include/GL/Makefile.am
index 9c14afc97c386ac01c74aa4357cce4fe361e39e1..58aded1d538a969f10f6dc568073f6a1f1b454c1 100644
(file)
--- 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