From b5437404b25d4453e1875dc02fc15db162f13855 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 8 Sep 2013 02:50:10 -0700 Subject: [PATCH] On some systems, cur_term is found in ncurses. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e668c46..a446810 100644 --- a/configure.ac +++ b/configure.ac @@ -279,7 +279,7 @@ AM_CONDITIONAL([CY_OBJECTIVEC], [test "x$CY_OBJECTIVEC" = x1]) CY_LT_LIB([LTLIBREADLINE], [AX_LIB_READLINE]) AS_CASE([$ax_cv_lib_readline], [no], [AC_MSG_ERROR([missing "libreadline"])]) -CY_LT_LIB([LTLIBTERMCAP], [AC_SEARCH_LIBS([cur_term], [termcap])]) +CY_LT_LIB([LTLIBTERMCAP], [AC_SEARCH_LIBS([cur_term], [termcap ncurses])]) AC_SUBST([LTFLAGS]) AC_SUBST([SO], [$acl_shlibext]) -- 2.47.2