From: pk910 Date: Thu, 7 Jul 2011 11:07:23 +0000 (+0200) Subject: fixed a small build problem (RANLIB is undefined) X-Git-Url: http://git.pk910.de/?p=srvx.git;a=commitdiff_plain;h=86ab9ce175568b5f42d0e8fb3f9788c9bc6cb31a fixed a small build problem (RANLIB is undefined) --- diff --git a/configure.in b/configure.in index f9502d1..4b92a88 100644 --- a/configure.in +++ b/configure.in @@ -23,6 +23,7 @@ AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MAKE_SET AC_PROG_GCC_TRADITIONAL +AC_PROG_RANLIB dnl Look for a git client AC_CHECK_PROGS(GIT, [git])