From d3cb11bcec1747a31caa07af7dcb65a767da30c0 Mon Sep 17 00:00:00 2001 From: h_vogt Date: Sat, 23 Mar 2013 17:25:03 +0100 Subject: [PATCH] configure.ac: help improved --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4f4ec4b45..0d8cab723 100644 --- a/configure.ac +++ b/configure.ac @@ -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],