mirror of https://github.com/odrling/Aegisub
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
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue