mirror of https://github.com/odrling/Aegisub
assdraw: actually ask for all of the wx libraries used
Originally committed to SVN as r6859.
This commit is contained in:
parent
b67edaff6d
commit
f0eaaacd06
|
@ -51,7 +51,7 @@ fi
|
|||
|
||||
# Checks for typedefs, structures, and compiler characteristics.
|
||||
AM_OPTIONS_WXCONFIG
|
||||
AM_PATH_WXCONFIG(2.8.1, [have_wxconfig=1], [have_wxconfig=0], [std,gl,stc])
|
||||
AM_PATH_WXCONFIG(2.8.1, [have_wxconfig=1], [have_wxconfig=0], [std,gl,stc,aui, propgrid])
|
||||
|
||||
if test "$have_wxconfig" != 1; then
|
||||
AC_MSG_FAILURE([
|
||||
|
|
Loading…
Reference in New Issue