From: Jay Freeman (saurik) Date: Sun, 8 Sep 2013 09:50:10 +0000 (-0700) Subject: On some systems, cur_term is found in ncurses. X-Git-Tag: v0.9.500%b1~20 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/b5437404b25d4453e1875dc02fc15db162f13855?ds=inline On some systems, cur_term is found in ncurses. --- 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])