diff options
| author | Manolo Gouy <Manolo> | 2015-12-15 17:43:50 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2015-12-15 17:43:50 +0000 |
| commit | ca491166b9fb9be18a1d7cc86b782ec1b6fea71a (patch) | |
| tree | ff561296565cceab1a76e8104f9c9ef48f91780a | |
| parent | fc89c11ddfdd48f0105f990df6dcaade66005860 (diff) | |
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
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
