Removed obsolete -mno-cygwin compiler and linker option from MinGW build.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@8633 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2011-05-04 14:58:24 +00:00
parent 386db67c73
commit 377de0d8b8
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ AC_SUBST(OPTIM)
dnl OS-specific pre-tests...
case $uname in
CYGWIN* | MINGW*)
CYGWIN*)
# Handle Cygwin option *first*, before all other tests.
AC_ARG_ENABLE(cygwin, [ --enable-cygwin use the CygWin libraries [default=no]])
if test x$enable_cygwin != xyes; then