summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>2013-01-04 18:51:30 +0100
committerGary Lowell <glowell@inktank.com>2013-01-09 17:13:11 -0800
commitaedbb97fe662d369022f45179da16cf6abb87cc6 (patch)
treeec876081a1686f0604fcfad410e6233541886f84 /configure.ac
parentd8c4fc5ebb42fde9525a31c656a3da3989d616c8 (diff)
downloadceph-aedbb97fe662d369022f45179da16cf6abb87cc6.tar.gz
configure.ac: remove AC_PROG_RANLIB
Remove already comment out AC_PROG_RANLIB to get rid of warning: libtoolize: `AC_PROG_RANLIB' is rendered obsolete by `LT_INIT' Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 07bfaa9bdc3..15430ddc173 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,7 +51,6 @@ AM_CONDITIONAL(FREEBSD, test x"$freebsd" = x"yes")
# Checks for programs.
AC_PROG_CXX
#AC_PROG_CC
-#AC_PROG_RANLIB
AC_PROG_MAKE_SET
AC_PROG_LIBTOOL