| Submitter | Jan Engelhardt |
|---|---|
| Date | Oct. 8, 2012, 1:14 p.m. |
| Message ID | <1349702059-21784-2-git-send-email-jengelh@inai.de> |
| Download | mbox | patch |
| Permalink | /patch/190028/ |
| State | Accepted |
| Headers | show |
Comments
Patch
diff --git a/configure.ac b/configure.ac index a4cf468..d79e941 100644 --- a/configure.ac +++ b/configure.ac @@ -8,6 +8,7 @@ AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([-Wall foreign tar-pax no-dist-gzip dist-bzip2 1.6 subdir-objects]) +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: 'libnetfilter_cttimeout.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(+)