summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2009-01-24 21:15:10 -0500
committerKristian Høgsberg <krh@redhat.com>2009-01-26 23:02:38 -0500
commit6e2d81a9632a16db3a957cc63addb77b88159214 (patch)
treeb0544ac30464b9ff840dcd1a1c9240846dd9dcae /configure.ac
parentb518f7b307a8e421ef38c6f661147b64ee438771 (diff)
Get r300 in better shape.
Still not there yet, trying to figure out how to get it running.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index d91509a..6f8ce6f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,11 +11,5 @@ if test $CC = gcc; then
fi
AC_SUBST(GCC_CFLAGS)
-# FIXME: We should support both drivers and select at runtime, of course.
-AC_ARG_WITH(driver, AS_HELP_STRING([--with-driver=[intel/radeon]],
- [Driver to compile for]),
- [DRIVER=$withval], [DRIVER=intel])
-AC_SUBST(DRIVER)
-
AC_CONFIG_FILES([Makefile eagle.pc])
AC_OUTPUT \ No newline at end of file