aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index b8119fec..77a9e5f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -223,16 +223,6 @@ AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],
])
LDFLAGS="$prev_LDFLAGS"
-#
-# On Cygwin, we need to add some flags for ncurses.
-#
-case `uname` in
- CYGWIN*)
- echo "adding flags for ncurses on Cygwin"
- CXXFLAGS="$CXXFLAGS -I/usr/include -I/usr/include/ncursesw"
- LDFLAGS_FISH="$LDFLAGS_FISH -L/usr/lib/ncursesw"
- ;;
-esac
#
# If we are compiling against glibc, set some flags to work around