configure.ac: help improved

This commit is contained in:
h_vogt 2013-03-23 17:25:03 +01:00
parent 057857938c
commit d3cb11bcec
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ AC_PROG_LIBTOOL
# --with-windows : the user wants to use generate the MS WINDOWS GUI executable
# old command version, deprecated, use --with-wingui
AC_ARG_WITH([windows],
[AS_HELP_STRING([--with-windows], [MS WINDOWS GUI executable])],
[AS_HELP_STRING([--with-windows], [MS WINDOWS GUI executable, deprecated])],
[if test "x$with_windows" = xyes; then
AC_DEFINE([HAS_WINGUI], [1], [define to specify MS Windows executable with simple GUI])
fi],