]> git.saurik.com Git - cycript.git/commitdiff
Remove XXX as cur_term is not part of readline.
authorJay Freeman (saurik) <saurik@saurik.com>
Sat, 15 Jun 2013 18:32:29 +0000 (11:32 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Sat, 15 Jun 2013 18:33:28 +0000 (11:33 -0700)
configure
configure.ac

index 255871245009af98a0eca3eaa2078b0641740d11..a6a688a2988198e5c68c6d71019f27fbc5554450 100755 (executable)
--- 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'
index 2a89196ff3fc3c9e1c75387864b0f955f96d0587..53f82448cdeee52535b1727f69af54f598163758 100644 (file)
@@ -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