1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-27 20:36:18 +00:00

configure: only use AM_PROG_AR when available

This fixes commit 78d189fb on systems with older automake ...
This commit is contained in:
Alexander Barton 2012-09-24 20:56:24 +02:00
parent 3e22fc32f3
commit b730b64bbe

View File

@ -60,7 +60,8 @@ AC_PROG_CC_STDC
# -- Helper programs --
AM_PROG_AR
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
AC_PROG_AWK
AC_PROG_INSTALL
AC_PROG_LN_S