2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 04:57:52 +00:00

Remove AC_PROG_RANLIB since is obsolete when using AC_PROG_LIBTOOL.

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1133 e5f2f494-b856-4b98-b285-d166d9295462
This commit is contained in:
Jeremy C. Reed 2010-03-05 17:59:55 +00:00
parent a899152754
commit 8b7224c5d5

View File

@ -10,8 +10,6 @@ AC_CONFIG_HEADERS([config.h])
# Checks for programs.
AC_PROG_CXX
AC_PROG_CC
AC_PROG_RANLIB
AC_PROG_LIBTOOL
m4_define([_AM_PYTHON_INTERPRETER_LIST], [python python3 python3.1])