diff options
author | Brian Paul <[email protected]> | 2011-05-18 07:50:21 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-05-18 07:51:33 -0600 |
commit | de1df26b5c11a45f2b1ff2ddc7b8ec764356aa94 (patch) | |
tree | 3ad505018f3628b917cd45998c5edf966640d15c /configs/autoconf.in | |
parent | 3e0bb02358d627e784a2b7041d6e2e23e3dfd2c5 (diff) |
mesa: check that flex/bison are installed
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=36651
NOTE: This is a candidate for the 7.10 branch.
Diffstat (limited to 'configs/autoconf.in')
-rw-r--r-- | configs/autoconf.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in index 4e931a3a9cc..a484bcff996 100644 --- a/configs/autoconf.in +++ b/configs/autoconf.in @@ -58,6 +58,10 @@ INSTALL = @INSTALL@ PYTHON2 = @PYTHON2@ PYTHON_FLAGS = -t -O -O +# Flex and Bison for GLSL compiler +FLEX = @FLEX@ +BISON = @BISON@ + # Library names (base name) GL_LIB = GL GLU_LIB = GLU |