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
1 changed files with 2 additions and 1 deletions

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