summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2020-06-28 13:53:19 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-07-02 20:07:59 -0400
commit4d90b3ff02002ea25460d087dde56f69a9641096 (patch)
tree9502919c67462fa14061e661d18dd65ec2349916
parent3cdd8d69f5c1d63137b9b56992bb9b74a6785459 (diff)
downloadhaskell-4d90b3ff02002ea25460d087dde56f69a9641096.tar.gz
No need for CURSES_INCLUDE_DIRS
This is a leftover from ef63ff27251a20ff11e58c9303677fa31e609a88
-rw-r--r--aclocal.m41
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