build: Add AM_PROG_AR to configure.ac
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Mon, 28 Oct 2013 13:30:26 +0000 (13:30 +0000)
committerOlivier CrĂȘte <olivier.crete@collabora.com>
Tue, 29 Oct 2013 13:47:31 +0000 (13:47 +0000)
This shuts up an automake warning about needing it when using a non-POSIX
archiver.

https://bugs.freedesktop.org/show_bug.cgi?id=70965

configure.ac

index cf3048e..50683a0 100644 (file)
@@ -54,6 +54,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],
 # Checks for programs.
 
 AC_PROG_CC
+AM_PROG_AR
 AC_USE_SYSTEM_EXTENSIONS
 AC_PROG_LIBTOOL