Rename switch and description for wxwidgets.

This commit is contained in:
riccardom 2010-02-03 16:03:43 +00:00
parent cb63fb4d98
commit fd16c41514
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ dnl - Check for wxWidgets
dnl - if --enable-wxwidget is used, check for it
AC_ARG_ENABLE([wxwidget],
[AC_HELP_STRING([--enable-wxwidget], [add some cross platform windows])],
[AC_HELP_STRING([--enable-wxwidgets], [Enable cross platform wx widgets frontend])],
[wxwidget=$enableval],
[wxwidget=no])
if test "x$wxwidget" = "xyes" ; then