From: Mark Brand <[email protected]>
---
configure.in | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/configure.in b/configure.in
index 739c234..ab8a652 100644
--- a/configure.in
+++ b/configure.in
@@ -72,16 +72,6 @@ case $uname in
CYGWIN* | MINGW*)
# 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
- # NOTE: We can't use ARCHFLAGS for this, since it does not work
- # with some of the function tests - Cygwin uses a
- # different C library...
- CFLAGS="$CFLAGS -mno-cygwin"
- CPPFLAGS="$CPPFLAGS -mno-cygwin"
- CXXFLAGS="$CXXFLAGS -mno-cygwin"
- LDFLAGS="$LDFLAGS -mno-cygwin"
- DSOFLAGS="$DSOFLAGS -mno-cygwin"
- fi
;;
Darwin*)
# Starting with 10.6 (Snow Leopard), OS X does not support
--
1.7.4.1
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev