forked from mia/Aegisub
Actually fail if wx can't be found
Originally committed to SVN as r6768.
This commit is contained in:
parent
2cc44be966
commit
8abfdd6156
1 changed files with 2 additions and 2 deletions
|
@ -490,8 +490,8 @@ WX_DEBUG=$DEBUG
|
||||||
WX_UNICODE=$UNICODE
|
WX_UNICODE=$UNICODE
|
||||||
WX_CONFIG_CHECK([wx_required_version],,,[std,gl,stc],[$WXCONFIG_FLAGS])
|
WX_CONFIG_CHECK([wx_required_version],,,[std,gl,stc],[$WXCONFIG_FLAGS])
|
||||||
|
|
||||||
AS_IF([test x$have_wxconfig = xno],
|
AS_IF([test x$WX_VERSION = x],
|
||||||
AC_MSG_FAILURE([wxWidgets detection failed, please set --with-wx* or add the libraries to your LIBS, CXX/CFLAGS.]))
|
[AC_MSG_FAILURE([wxWidgets detection failed, please set --with-wx* or add the libraries to your LIBS, CXX/CFLAGS.])])
|
||||||
|
|
||||||
AC_ARG_ENABLE(slow-wx-checks,
|
AC_ARG_ENABLE(slow-wx-checks,
|
||||||
AS_HELP_STRING([--disable-slow-wx-checks],[Disable slow-running checks for wx components.]))
|
AS_HELP_STRING([--disable-slow-wx-checks],[Disable slow-running checks for wx components.]))
|
||||||
|
|
Loading…
Reference in a new issue