Remove extra have_libpciaccess=no that broke tools build with old servers.

This commit is contained in:
Eric Anholt 2007-12-04 10:32:45 -08:00
parent 75ef3e669d
commit 0e554e6dd4
1 changed files with 0 additions and 1 deletions

View File

@ -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)