Fix: Missing ranlib in autoconf

On RHEL7 & possibly CentOS configuring using `autogen` does not append RANLIB nor is registered by default, this fixes definition of the library.
This commit is contained in:
devil ❂ tux
2017-12-15 10:45:31 +01:00
committed by GitHub
parent 226e670dec
commit 2987ba8081
+1
View File
@@ -5,6 +5,7 @@ AC_DEFINE(API_VERSION, 9, api version)
AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS(config.h)
AC_PROG_RANLIB
AC_PROG_CXX
AC_PROG_LIBTOOL