diff options
author | Ben Gamari <bgamari.foss@gmail.com> | 2017-07-03 19:08:43 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-07-03 19:08:50 -0400 |
commit | ef63ff27251a20ff11e58c9303677fa31e609a88 (patch) | |
tree | ea6d99aa87f8db384924b939184f4a1e33d5a42e /aclocal.m4 | |
parent | af403b2eb50abde6a7992470032d7df5faea043e (diff) | |
download | haskell-ef63ff27251a20ff11e58c9303677fa31e609a88.tar.gz |
configure: Remove --with-curses-includes flag
terminfo no longer needs to be able to find the ncurses headers.
See https://github.com/judah/terminfo/pull/22.
Reviewers: austin, hvr
Subscribers: rwbarton, thomie, erikd
Differential Revision: https://phabricator.haskell.org/D3688
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 677c0e77bc..001f813dfc 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1740,11 +1740,6 @@ AC_DEFUN([FP_CURSES], dnl * Deal with arguments telling us curses is somewhere odd dnl-------------------------------------------------------------------- - AC_ARG_WITH([curses-includes], - [AC_HELP_STRING([--with-curses-includes], - [directory containing curses headers])], - [CURSES_INCLUDE_DIRS=$withval]) - AC_ARG_WITH([curses-libraries], [AC_HELP_STRING([--with-curses-libraries], [directory containing curses libraries])], |