diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-04 20:12:23 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-04 20:12:23 -0400 |
commit | 1c1f2c63de5893756dcd83c549eef91d0e7c46be (patch) | |
tree | 9cbd5849f3e13d3a0c6e0a167110ea022dc291ac | |
parent | 796feb26343d31f2838b7de86e1ee3bdf89aad20 (diff) | |
download | fork-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.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 |