diff options
author | Eric Anholt <eric@anholt.net> | 2007-12-04 10:32:45 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-12-04 10:40:17 -0800 |
commit | 0e554e6dd4da56be24d2f971ff4cd4d585936724 (patch) | |
tree | c6af09ae1be1ae1e7999ae7bd436b49079300986 /configure.ac | |
parent | 75ef3e669dac1259d282dcc8f54b197fc19f22b3 (diff) |
Remove extra have_libpciaccess=no that broke tools build with old servers.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
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) |