configure.ac: added missing check for the ar(1) tool

This commit is contained in:
Peter Simons 2013-02-06 12:45:48 +01:00
parent 91d65617f0
commit e18fc8520f

View File

@ -29,6 +29,7 @@ AC_MSG_NOTICE([petidomo version $VERSION])
AC_PROG_CC
gl_EARLY
AM_PROG_CC_C_O
AM_PROG_AR
AC_PROG_RANLIB
AM_PROG_LEX
if test "$LEX" != "flex"; then