summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2020-06-28 13:53:19 -0400
committerGabor Greif <ggreif@gmail.com>2020-06-28 13:53:19 -0400
commit61970540ee39ac20fab4e6f613b5f7e328fd3722 (patch)
tree3031a55c8109c99ff363701d9727234e7b196b16
parentbfa5698b1ab0190820a2df19487d3d72d3a7924d (diff)
downloadhaskell-wip/curses.tar.gz
No need for CURSES_INCLUDE_DIRSwip/curses
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 6db0600c6d..04b8ca2b39 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