summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2007-12-04 10:32:45 -0800
committerEric Anholt <eric@anholt.net>2007-12-04 10:40:17 -0800
commit0e554e6dd4da56be24d2f971ff4cd4d585936724 (patch)
treec6af09ae1be1ae1e7999ae7bd436b49079300986 /configure.ac
parent75ef3e669dac1259d282dcc8f54b197fc19f22b3 (diff)
Remove extra have_libpciaccess=no that broke tools build with old servers.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 20aebb4b..334a1f49 100644
--- a/configure.ac
+++ b/configure.ac
@@ -121,7 +121,6 @@ else
have_libpciaccess=yes,
have_libpciaccess=no)
fi
-have_libpciaccess=no
AM_CONDITIONAL(XSERVER_LIBPCIACCESS, test "x$XSERVER_LIBPCIACCESS" = xyes)
AM_CONDITIONAL(LIBPCIACCESS,
test "x$XSERVER_LIBPCIACCESS" = xyes -o "x$have_libpciaccess" = xyes)