summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2009-02-13 06:34:09 -0800
committerDan Nicholson <dbn.lists@gmail.com>2009-02-13 07:41:51 -0800
commit2977cee38e21b8e5ebba1635b101185d64ee44a9 (patch)
tree1451e39346f407d224e5680f1da11151f191c963
parentac53b1b0345f10f988c412af528bfd38052acab5 (diff)
autoconf: Add GLEW needed by progs when building GLUT
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 549ca90860d..36b58598dcc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1006,7 +1006,7 @@ if test "x$enable_glut" = xyes && test "$mesa_driver" = osmesa; then
fi
if test "x$enable_glut" = xyes; then
- SRC_DIRS="$SRC_DIRS glut/glx"
+ SRC_DIRS="$SRC_DIRS glut/glx glew"
GLUT_CFLAGS=""
if test "x$GCC" = xyes; then
GLUT_CFLAGS="-fexceptions"