summaryrefslogtreecommitdiff
path: root/sysutils/fcron/files/patch-configure
blob: 0133c8c8120b111e58e965585acbaac814c92542 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.orig	2016-06-26 17:46:37 UTC
+++ configure
@@ -5164,7 +5164,7 @@ if ${ax_cv_lib_readline+:} false; then :
 else
 
     ORIG_LIBS="$LIBS"
-    for readline_lib in readline edit editline; do
+    for readline_lib in readline editline; do
       for termcap_lib in "" termcap curses ncurses; do
         if test -z "$termcap_lib"; then
           TRY_LIB="-l$readline_lib"