Skip to content

Commit 7847af8

Browse files
committed
Set x86_64 variable to no on non-x86_64 machines
1 parent aab6386 commit 7847af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ AC_CANONICAL_TARGET
4040
case "$target" in
4141
*amd64*) x86_64=yes ;;
4242
*x86_64*) x86_64=yes ;;
43-
*) ;;
43+
*) x86_64=no ;;
4444
esac
4545

4646
if test $x86_64 = "yes"; then

0 commit comments

Comments
 (0)