Skip to content

Commit

Permalink
Require wx>=3.0.1 when compiling on Unix
Browse files Browse the repository at this point in the history
Loose the requirement from dedf1ce: 3.0.2 is not really needed, there's
only a single use of <variant> that happens to be pretty irrelevant to
wxGTK.
  • Loading branch information
vslavik committed Oct 25, 2015
1 parent dedf1ce commit 26f56e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ AM_CONDITIONAL([HAVE_CPPREST], [test "x$have_cpprest" != "xno"])






WX_CONFIG_CHECK([3.0.2], [WXFOUND=1], [WXFOUND=0], [$WXLIBS_USED], [--unicode]) WX_CONFIG_CHECK([3.0.1], [WXFOUND=1], [WXFOUND=0], [$WXLIBS_USED], [--unicode])


if test "$WXFOUND" != 1; then if test "$WXFOUND" != 1; then
AC_MSG_ERROR([ AC_MSG_ERROR([
Expand Down

0 comments on commit 26f56e6

Please sign in to comment.