diff --git a/configure.in b/configure.in index fe50f686b..64bde6f01 100644 --- a/configure.in +++ b/configure.in @@ -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