if a user doesn't specify --enable-wx or --disable-wx, then assumne --disable-wx

This commit is contained in:
Charles Kerr 2008-11-13 04:20:18 +00:00
parent 5b96ba110c
commit 0f6cef7b0e
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ build_wx=no
AC_ARG_ENABLE([wx],
AC_HELP_STRING([--enable-wx],[build wxWidgets client]),
[want_wx=${enableval}],
[want_wx=maybe])
[want_wx=no])
if test "x$want_wx" != "xno"; then
AM_OPTIONS_WXCONFIG
AM_PATH_WXCONFIG($WX_MINIMUM,[have_wx=yes],[have_wx=no])