autoconf: Add GLEW needed by progs when building GLUT
authorDan Nicholson <dbn.lists@gmail.com>
Fri, 13 Feb 2009 14:34:09 +0000 (06:34 -0800)
committerDan Nicholson <dbn.lists@gmail.com>
Fri, 13 Feb 2009 15:41:51 +0000 (07:41 -0800)
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
configure.ac

index 549ca90860d9cfffaa475a04eeab9d928ef6b02b..36b58598dcc0946c7cde369ab7f8c4d8a584b40d 100644 (file)
@@ -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"