Revert "configure.ac: Avoid that automake complains that AM_PROG_AR is missing"

AM_PROG_AR is not available on some platforms. Revert while I investigate.

This reverts commit 6cdb47b9b4.
This commit is contained in:
Ronnie Sahlberg
2014-08-11 05:59:17 -07:00
parent b631a2146c
commit b9cf7e8cd2

View File

@@ -5,7 +5,6 @@ AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([-Wall -Werror subdir-objects])
AM_SILENT_RULES
AM_PROG_AR
LT_INIT
AC_CANONICAL_HOST