| Submitter | Jan Engelhardt |
|---|---|
| Date | Oct. 8, 2012, 3:33 p.m. |
| Message ID | <alpine.LNX.2.01.1210081733080.13488@nerf07.vanv.qr> |
| Download | mbox | patch |
| Permalink | /patch/190051/ |
| State | Accepted |
| Headers | show |
Comments
Patch
diff --git a/configure.ac b/configure.ac index 0a1fbd6..07747a6 100644 --- a/configure.ac +++ b/configure.ac @@ -8,6 +8,7 @@ AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([-Wall foreign subdir-objects tar-pax no-dist-gzip dist-bzip2 1.6]) +m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) dnl kernel style compile messages m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])