1 diff -aur aaa/configure.ac bbb/configure.ac
2 --- aaa/configure.ac 2022-10-27 15:25:10.000000000 +0200
3 +++ bbb/configure.ac 2022-10-27 21:33:52.976284207 +0200
5 equivalent variable and wxWidgets version is $MIN_WX_VERSION or above.
8 - if test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" = "3.1"; then
9 - AC_MSG_ERROR([You must use wxWidgets 3.0.x, development versions of wxWidgets are not supported.])
10 - elif test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" != "3.0"; then
11 - if ! echo "$WX_CPPFLAGS" | grep __WXMAC__ > /dev/null; then
12 - AC_MSG_ERROR([You must use wxWidgets 3.0.x, wxWidgets 3.2 or higher is not yet supported.])
16 if test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" = "3.0"; then
17 MAC_REQUIRES_AQUA="YES"