X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/3a85e0bc9c72935ca9d154b3aa3093c31ed1836e..04ee0c3f6ad7e4177cc43a0c57f046013a4fbac9:/m4/readline.m4 diff --git a/m4/readline.m4 b/m4/readline.m4 index 7a2710dc..f2c7dc86 100644 --- a/m4/readline.m4 +++ b/m4/readline.m4 @@ -1,4 +1,3 @@ -dnl dnl Our readline heuristic. If we haven't been asked about readline, then dnl try to compile with it. If we've been asked for it, then we fail dnl if we cannot use it. If we were explicitly NOT asked for it, then @@ -14,11 +13,12 @@ AS_IF([test x"$with_readline" = xyes -o x"$with_readline" = xmaybe], [save_LIBS="$LIBS" LIBS= AC_SEARCH_LIBS([readline], [readline editline], - [READLINELIB="$LIBS" + [READLINELIB="$LIBS" AC_DEFINE([READLINE_SUPPORT], [1], [Support for using readline() in whatnow])], - [AS_IF([test x"$with_readline" = xyes], - [AC_MSG_ERROR([Unable to find a readline library])])]) + [AS_IF([test x"$with_readline" = xyes], + [AC_MSG_ERROR([Unable to find a readline library])])], + [$TERMLIB]) LIBS="$save_LIBS"]) ])