diff options
author | Gabor Greif <ggreif@gmail.com> | 2020-06-28 13:53:19 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-07-02 20:07:59 -0400 |
commit | 4d90b3ff02002ea25460d087dde56f69a9641096 (patch) | |
tree | 9502919c67462fa14061e661d18dd65ec2349916 /aclocal.m4 | |
parent | 3cdd8d69f5c1d63137b9b56992bb9b74a6785459 (diff) | |
download | haskell-4d90b3ff02002ea25460d087dde56f69a9641096.tar.gz |
No need for CURSES_INCLUDE_DIRS
This is a leftover from ef63ff27251a20ff11e58c9303677fa31e609a88
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 5a4ead657a..791af7f4fa 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1875,7 +1875,6 @@ AC_DEFUN([FP_CURSES], [directory containing curses libraries])], [CURSES_LIB_DIRS=$withval]) - AC_SUBST(CURSES_INCLUDE_DIRS) AC_SUBST(CURSES_LIB_DIRS) ])# FP_CURSES |