Skip to content

Commit fb27f8e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
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)