summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-04 20:12:23 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-04 20:12:23 -0400
commit1c1f2c63de5893756dcd83c549eef91d0e7c46be (patch)
tree9cbd5849f3e13d3a0c6e0a167110ea022dc291ac
parent796feb26343d31f2838b7de86e1ee3bdf89aad20 (diff)
downloadfork-ledger-1c1f2c63de5893756dcd83c549eef91d0e7c46be.tar.gz
fork-ledger-1c1f2c63de5893756dcd83c549eef91d0e7c46be.tar.bz2
fork-ledger-1c1f2c63de5893756dcd83c549eef91d0e7c46be.zip
Don't give the user an error if libedit is not installed.
-rw-r--r--configure.ac2
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