aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-06-26 13:14:30 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-06-26 13:14:30 +0800
commit6ec58a20c074d2ecf8a523535b28144ec4893c1f (patch)
tree2a846948508e25221cf1155148f1a17fc5b76167 /configure.ac
parentad237136e7450a972a472cafdae77e0275e6b1fa (diff)
Revert "Automatically add include paths for ncurses on Cygwin"
This reverts commit cd7f1a15f86fd045d069d256ea7333d14c2913fa. Contemporary Cygwin systems provide the correct symlinks on both 32-bit and 64-bit installations to allow the transparent use of libncursesw as libncurses. Reversion of #1454.
Diffstat (limited to 'configure.ac')
-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