X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=configure;h=3c4404cac317468b47925e1accf509581634a0f3;hp=d0a7ab05b159a2df84ba8fe63ad50380d1ceb44b;hb=e68dc63e241e7f43512f1f2d7c6977a7abf11964;hpb=3a1a7e1ca16a3f49e36b2015864d7630a55cfe79 diff --git a/configure b/configure index d0a7ab0..3c4404c 100755 --- a/configure +++ b/configure @@ -1879,7 +1879,7 @@ fi if test "$termcap_lib" = no; then if test "$READLINE" = "-lreadline -ltermcap"; then - { echo "configure: error: You need to install the GNU termcap libraries first" 1>&2; exit 1; } + { echo "configure: error: You need to install the GNU termcap library or configure without --enable-readline" 1>&2; exit 1; } fi fi @@ -1960,7 +1960,7 @@ fi if test "$readline_h" = no -o "$readline_lib" = no; then if test "$READLINE" = "-lreadline -ltermcap"; then - { echo "configure: error: You need to install the GNU readline libraries first" 1>&2; exit 1; } + { echo "configure: error: You need to install the GNU readline library or configure without --enable-readline" 1>&2; exit 1; } fi fi