Skip to content

Commit

Permalink
build: require wxWidgets 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Sep 27, 2024
1 parent 6117936 commit be22aea
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 @@ -172,7 +172,7 @@ MULE_IF_ENABLED_ANY([monolithic, amule-daemon, amule-gui, amulecmd, webserver, a
equivalent variable and wxWidgets version is 2.8.12 or above.
])]
)
AS_IF([test "${WX_VERSION_FULL}" = "2.9.0"], [AC_MSG_ERROR([
AS_IF([test "$WX_VERSION_MAJOR""$WX_VERSION_MINOR" -lt 32], [AC_MSG_ERROR([
This version of wxWidgets is known to not work with aMule.
Please upgrade to a newer version.]
)]
Expand Down

0 comments on commit be22aea

Please sign in to comment.