Blob Blame History Raw
--- filezilla-3.62.2/configure.ac	2022/12/01 09:54:16	10806
+++ filezilla-3.62.2/configure.ac	2022/12/01 10:22:53	10807
@@ -179,11 +179,7 @@
     ])
   fi
   if test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" = "3.1"; then
-    AC_MSG_ERROR([You must use wxWidgets 3.0.x, development versions of wxWidgets are not supported.])
-  elif test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" != "3.0"; then
-    if ! echo "$WX_CPPFLAGS" | grep __WXMAC__ > /dev/null; then
-      AC_MSG_ERROR([You must use wxWidgets 3.0.x, wxWidgets 3.2 or higher is not yet supported.])
-    fi
+    AC_MSG_ERROR([You must use wxWidgets 3.0.x, or 3.2.x, development versions of wxWidgets are not supported.])
   fi
 
   if test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" = "3.0"; then