Remove extra have_libpciaccess=no that broke tools build with old servers.
This commit is contained in:
parent
75ef3e669d
commit
0e554e6dd4
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue