Don't give the user an error if libedit is not installed.

This commit is contained in:
John Wiegley 2009-02-04 20:12:23 -04:00
parent 796feb2634
commit 1c1f2c63de

View file

@ -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