Skip to content

Commit

Permalink
Require autoconf 2.71 since that's the only one that can configure pr…
Browse files Browse the repository at this point in the history
…operly for the apple M1 chips which we support. This should give us a warning and hopefully prevent running into #262 again.
  • Loading branch information
insertinterestingnamehere committed Sep 19, 2024
1 parent a161cc6 commit d3d1042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## --------------------- ##
## Autoconf Requirements ##
## --------------------- ##
AC_PREREQ(2.59)
AC_PREREQ(2.71)

## ---------------------------------- ##
## Autoconf / Automake Initialization ##
Expand Down

0 comments on commit d3d1042

Please sign in to comment.