The check for enable_check_wx_stc should be = 'no' no != 'no'

Originally committed to SVN as r2597.
This commit is contained in:
Amar Takhar 2009-01-01 05:48:49 +00:00
parent cab9ba86b0
commit 946acb99dd
1 changed files with 1 additions and 1 deletions

View File

@ -902,7 +902,7 @@ int main(void) {
} ])
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])
fi