From: Haomai Wang Date: Mon, 1 Feb 2016 14:05:02 +0000 (+0800) Subject: configure: remove unused lines X-Git-Tag: v10.0.4~81^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7d02b82210eaae2b258ce7b28cb85de432eef494;p=ceph.git configure: remove unused lines Signed-off-by: Haomai Wang --- 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],