mirror of https://github.com/fltk/fltk
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:
parent
386db67c73
commit
377de0d8b8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue