Don't give the user an error if libedit is not installed.
This commit is contained in:
parent
796feb2634
commit
1c1f2c63de
1 changed files with 0 additions and 2 deletions
|
|
@ -156,8 +156,6 @@ AC_CACHE_CHECK(
|
|||
if [test x$libedit_avail_cv_ = xtrue ]; then
|
||||
LIBS="-ledit $LIBS"
|
||||
AC_DEFINE([HAVE_LIBEDIT], [1], [If the libedit library is available])
|
||||
else
|
||||
AC_MSG_FAILURE("Could not find libedit library (set CPPFLAGS and LDFLAGS?)")
|
||||
fi
|
||||
|
||||
# check for boost_regex
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue