mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-08 21:14:11 +00:00
build-sys: Remove unused 'X86_64' conditional
X86_64 was defined as an AM_CONDITIONAL, but then nothing was using it. This commit gets rid of it.
This commit is contained in:
parent
59c6c829e7
commit
5b813b4340
@ -76,7 +76,6 @@ case $host_cpu in
|
||||
exit 1
|
||||
esac
|
||||
AC_MSG_RESULT($variant bit)
|
||||
AM_CONDITIONAL([X86_64], [test "$variant" = 64])
|
||||
|
||||
dnl =========================================================================
|
||||
dnl Check optional features
|
||||
|
||||
Loading…
Reference in New Issue
Block a user