Changes: http://fcron.free.fr/doc/en/changes.html - updated maintainer mail PR: 209139 Submitted by: bob@eager.cx (maintainer)
11 lines
480 B
Text
11 lines
480 B
Text
--- m4/ax_lib_readline.m4.orig 2013-01-01 17:47:31 UTC
|
|
+++ m4/ax_lib_readline.m4
|
|
@@ -65,7 +65,7 @@ AC_DEFUN([AX_LIB_READLINE], [
|
|
AC_CACHE_CHECK([for a readline compatible library],
|
|
ax_cv_lib_readline, [
|
|
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"
|