From 1c1f2c63de5893756dcd83c549eef91d0e7c46be Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 4 Feb 2009 20:12:23 -0400 Subject: Don't give the user an error if libedit is not installed. --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index 006f893b..0775bef5 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- cgit v1.2.3