From b692cb720c427f28d95485434ea48bf2c35d0331 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 8 Dec 2016 11:46:24 +0100 Subject: [PATCH] configure: fix help text --- configure | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 75a8789..77cd564 100755 --- a/configure +++ b/configure @@ -80,9 +80,8 @@ For better control, use the options below. --disable-readline Disable line editing support --without-readline Don't use GNU readline even if it is available --without-editline Don't use editline even if it is available - --readline-dir=DIR Specify parent of readline include and lib directories - --readline-inc-dir=DIR Specify where readline include directory is - --readline-lib-dir=DIR Specify where readline lib directory is + --with-readline-includes=DIR Specify where readline include directory is + --with-readline-library=DIR Specify where readline lib directory is --with-ncurses-library=DIR Specify where ncurses lib directory is --disable-sechash Disable support for hashes other than MD5 --without-nss Don't use NSS even if it is available