| Submitter | Jan Engelhardt |
|---|---|
| Date | Oct. 9, 2012, 2:02 p.m. |
| Message ID | <1349791355-8494-2-git-send-email-jengelh@inai.de> |
| Download | mbox | patch |
| Permalink | /patch/190310/ |
| State | Accepted |
| Headers | show |
Comments
Patch
diff --git a/configure.ac b/configure.ac index ed549df..0926a1c 100644 --- a/configure.ac +++ b/configure.ac @@ -7,6 +7,7 @@ AC_CANONICAL_HOST 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])])
am/ltlibrary.am: warning: 'libnfnetlink.la': linking libtool libraries using a non-POSIX archiver requires 'AM_PROG_AR' in 'configure.ac' Signed-off-by: Jan Engelhardt <jengelh@inai.de> --- configure.ac | 1 + 1 file changed, 1 insertion(+)