Skip to content

Commit

Permalink
Updating configure.ac with patch from Debian maintainer.
Browse files Browse the repository at this point in the history
  • Loading branch information
bingmann committed May 23, 2011
1 parent 35ae839 commit cadd156
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -5178,7 +5178,7 @@ $as_echo "no (version $WX_VERSION is not new enough)" >&6; }
if test "$wxWin" != 0; then
if test "$wxWin" == 1; then
HAVE_WXWIDGETS_TRUE=
HAVE_WXWIDGETS_FALSE='#'
else
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ AM_OPTIONS_WXCONFIG

AM_PATH_WXCONFIG(2.6.0, wxWin=1)

AM_CONDITIONAL(HAVE_WXWIDGETS, test "$wxWin" != 0)
AM_CONDITIONAL(HAVE_WXWIDGETS, test "$wxWin" == 1)

if test "$wxWin" != 1; then
AC_MSG_WARN([
Expand Down

0 comments on commit cadd156

Please sign in to comment.