From: Jay Freeman (saurik) Date: Sat, 15 Jun 2013 18:32:29 +0000 (-0700) Subject: Remove XXX as cur_term is not part of readline. X-Git-Tag: v0.9.500%b1~94 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/b5af12b8bc9c3fda53ebce1ba823734a279610c9?ds=inline Remove XXX as cur_term is not part of readline. --- diff --git a/configure b/configure index 2558712..a6a688a 100755 --- a/configure +++ b/configure @@ -20095,6 +20095,7 @@ done LTLIBREADLINE=$LIBS LIBS=$cy_save + case $ax_cv_lib_readline in #( no) : as_fn_error $? "missing \"libreadline\"" "$LINENO" 5 ;; #( @@ -20165,6 +20166,7 @@ fi LIBS=$cy_save + ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' diff --git a/configure.ac b/configure.ac index 2a89196..53f8244 100644 --- a/configure.ac +++ b/configure.ac @@ -248,7 +248,6 @@ AC_DEFUN([CY_LT_LIB], [ CY_LT_LIB([LTLIBREADLINE], [AX_LIB_READLINE]) AS_CASE([$ax_cv_lib_readline], [no], [AC_MSG_ERROR([missing "libreadline"])]) -dnl XXX: AX_LIB_READLINE totally lied: it was suposed to figure this out :( CY_LT_LIB([LTLIBTERMCAP], [AC_SEARCH_LIBS([cur_term], [termcap])]) dnl XXX: saurik doesn't understand what this does