From 9fb87f0b5b9a6039d0f75f1ae201e6a7d6b8d424 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Fri, 18 Dec 2015 14:05:31 +0000 Subject: [PATCH] configure.ac: Remove AC_PROG_RANLIB It was obsoleted by libtool and we don't use ranlib standalone. Signed-off-by: Ruben Kerkhof Reviewed-by: Jan Friesse --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1a1e9e0a..165db629 100644 --- a/configure.ac +++ b/configure.ac @@ -85,7 +85,6 @@ AC_PROG_CXX AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MAKE_SET -AC_PROG_RANLIB AC_PROG_SED AC_PROG_LIBTOOL -- 2.39.5