tests: Also check amd64 where we test for x86_64

It is used on FreeBSD.

* tests/demo.at: Also test for amd64 where we test for x86_64.
This commit is contained in:
Tijl Coosemans 2024-01-22 14:12:26 +01:00 committed by Mike Frysinger
parent 8d188608ca
commit e11fcf3b38

View File

@ -511,7 +511,7 @@ AT_CLEANUP
AT_SETUP([force non-PIC objects])
AT_CHECK([case $host in
hppa*|x86_64*|s390*)
hppa*|amd64*|x86_64*|s390*)
# These hosts cannot use non-PIC shared libs
exit 77 ;;
*-solaris*|*-sunos*)