From ca491166b9fb9be18a1d7cc86b782ec1b6fea71a Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 15 Dec 2015 17:43:50 +0000 Subject: Better description of --enable-x11 by configure --help git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10969 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 57bd8197f..8b4442a14 100644 --- a/configure.in +++ b/configure.in @@ -74,7 +74,7 @@ case $host_os in cygwin*) # Handle Cygwin option *first*, before all other tests. AC_ARG_ENABLE(cygwin, [ --enable-cygwin use the Cygwin libraries [[default=no]]]) - AC_ARG_ENABLE(x11, [ --enable-x11 use with X11 [[default=no]]]) + AC_ARG_ENABLE(x11, [ --enable-x11 with Cygwin or Mac OS, use X11 [[default=no]]]) if test x$enable_cygwin = xyes; then # we target Cygwin in combination with X11 if test x$enable_x11 = xyes; then -- cgit v1.2.3