diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 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 |