summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJerome Glisse <jglisse@redhat.com>2011-01-11 14:46:09 -0500
committerJerome Glisse <jglisse@redhat.com>2011-01-11 14:46:09 -0500
commit0865af4b42bc82816f751e3a96971375f2adbfb4 (patch)
treef931c539599c6708915be8460aa3e9d072e93ad2 /configure.ac
parent63b9790a55038c262b57c846a5f7067ea33fc60f (diff)
noop: remove dead dri target
Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
index b6f7d86371..d9220c86b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1701,19 +1701,6 @@ if test "x$enable_gallium_swrast" = xyes || test "x$enable_gallium_swrast" = xau
fi
fi
-dnl
-dnl Gallium noop configuration
-dnl
-AC_ARG_ENABLE([gallium-noop],
- [AS_HELP_STRING([--enable-gallium-noop],
- [build gallium radeon @<:@default=disabled@:>@])],
- [enable_gallium_noop="$enableval"],
- [enable_gallium_noop=auto])
-if test "x$enable_gallium_noop" = xyes; then
- GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS noop"
- GALLIUM_TARGET_DIRS="$GALLIUM_TARGET_DIRS dri-noop"
-fi
-
dnl prepend CORE_DIRS to SRC_DIRS
SRC_DIRS="$CORE_DIRS $SRC_DIRS"