From 7d02b82210eaae2b258ce7b28cb85de432eef494 Mon Sep 17 00:00:00 2001 From: Haomai Wang Date: Mon, 1 Feb 2016 22:05:02 +0800 Subject: [PATCH] configure: remove unused lines Signed-off-by: Haomai Wang --- configure.ac | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/configure.ac b/configure.ac index 95ca1f378660..e952f17daa5b 100644 --- a/configure.ac +++ b/configure.ac @@ -758,16 +758,6 @@ if test "x$with_spdk" != x"no"; then AC_SUBST(SPDK_LIBS) fi -# -# FreeBSD has it in base. -# -if test x"$freebsd" != x"yes" -a x"$with_radosgw" = x"yes"; then -PKG_CHECK_MODULES([LIBEDIT], [libedit >= 2.11], - [], AC_MSG_FAILURE([No usable version of libedit found.])) -else - LIBEDIT_LIBS="-ledit" -fi - #libatomic-ops? You want it! AC_ARG_WITH([libatomic-ops], [AS_HELP_STRING([--without-libatomic-ops], -- 2.47.3