fixed a small build problem (RANLIB is undefined)
authorpk910 <philipp@zoelle1.de>
Thu, 7 Jul 2011 11:07:23 +0000 (13:07 +0200)
committerpk910 <philipp@zoelle1.de>
Thu, 7 Jul 2011 11:07:23 +0000 (13:07 +0200)
configure.in

index f9502d105b6b54c00dbee74f3e9482d228dcda1d..4b92a8856ce9ca677b8398b89133d6c8c2fb9f58 100644 (file)
@@ -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])