The check for enable_check_wx_stc should be = 'no' no != 'no'
Originally committed to SVN as r2597.
This commit is contained in:
parent
cab9ba86b0
commit
946acb99dd
1 changed files with 1 additions and 1 deletions
|
@ -902,7 +902,7 @@ int main(void) {
|
||||||
} ])
|
} ])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$with_agi_cv_wxstc" = "no" || test "$enable_check_wx_stc:" != "no"; then
|
if test "$with_agi_cv_wxstc" = "no" || test "$enable_check_wx_stc:" = "no"; then
|
||||||
AC_MSG_FAILURE([wxWidgets StyledTextCtrl support missing])
|
AC_MSG_FAILURE([wxWidgets StyledTextCtrl support missing])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue