Skip to content

Commit

Permalink
revert: disable gmp if targeting darwin on aarch64 when on 'auto'
Browse files Browse the repository at this point in the history
reverts:
- 6ff4392
  • Loading branch information
kwvg committed Sep 25, 2024
1 parent 6aa452a commit ffe6d5d
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -209,21 +209,7 @@ if test x"$want_backend" = x"auto"; then
else
GMP_CHECK
if test x"$has_gmp" = x"yes"; then
case $host in
*darwin*)
case $host_cpu in
aarch*)
want_backend=easy
;;
*)
want_backend=gmp
;;
esac
;;
*)
want_backend=gmp
;;
esac
want_backend=gmp
else
want_backend=easy
fi
Expand Down

0 comments on commit ffe6d5d

Please sign in to comment.