forked from mirrors/linphone-iphone
Fix configure when using --without-readline
This commit is contained in:
parent
b843685bd8
commit
77df52a71a
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ AC_ARG_WITH( readline,
|
|||
[ readline_prefix="/usr" ]
|
||||
)
|
||||
|
||||
if test "$readline_prefix" != "none"; then
|
||||
if test "$readline_prefix" != "none" -a "$readline_prefix" != "no"; then
|
||||
|
||||
if test "$readline_prefix" != "/usr"; then
|
||||
READLINE_CFLAGS="-I$readline_prefix/include"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue