autoconf: Always enable glew
authorDan Nicholson <dbn.lists@gmail.com>
Mon, 16 Feb 2009 17:28:35 +0000 (09:28 -0800)
committerDan Nicholson <dbn.lists@gmail.com>
Mon, 16 Feb 2009 17:28:35 +0000 (09:28 -0800)
Maybe this should turn into an option (--disable-glew), but for now just
enable glew all the time.

configure.ac

index 36b58598dcc0946c7cde369ab7f8c4d8a584b40d..2d48ccf63aea76f69cdb776d803200b60bea354b 100644 (file)
@@ -409,7 +409,7 @@ esac
 dnl
 dnl Driver specific build directories
 dnl
-SRC_DIRS="mesa egl"
+SRC_DIRS="mesa egl glew"
 GLU_DIRS="sgi"
 WINDOW_SYSTEM=""
 GALLIUM_DIRS="auxiliary drivers state_trackers"
@@ -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 glew"
+    SRC_DIRS="$SRC_DIRS glut/glx"
     GLUT_CFLAGS=""
     if test "x$GCC" = xyes; then
         GLUT_CFLAGS="-fexceptions"