Author: AlbrechtS
Date: 2011-05-04 07:58:24 -0700 (Wed, 04 May 2011)
New Revision: 8633
Log:
Removed obsolete -mno-cygwin compiler and linker option from MinGW build.


Modified:
   branches/branch-1.1/configure.in

Modified: branches/branch-1.1/configure.in
===================================================================
--- branches/branch-1.1/configure.in    2011-05-04 02:59:50 UTC (rev 8632)
+++ branches/branch-1.1/configure.in    2011-05-04 14:58:24 UTC (rev 8633)
@@ -69,7 +69,7 @@
 
 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

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to