From 3384408c57415ababc2370f8fea7c1379f54b241 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Sat, 28 Jul 2012 15:52:17 +0200 Subject: configure.ac: Remove obsolete AC_PROG_RANLIB We don't use ranlib directly, libtool can - and does - do the check if it needs to. This stops autoreconf -i from warning about it. Signed-off-by: Gergely Nagy --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7500e00..87ee917 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,6 @@ dnl *************************************************************************** dnl Checks for programs. AC_PROG_CC AC_PROG_CXX -AC_PROG_RANLIB AM_PROG_CC_STDC AC_PROG_MAKE_SET PKG_PROG_PKG_CONFIG -- cgit