mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-14 04:18:11 +01:00
build: Fix warning about linking with a non-POSIX ar.
``` ltlibrary.am: warning: 'libunwind-sh.la': linking libtool libraries using a non-POSIX ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac' src/Makefile.am:622: while processing Libtool library 'libunwind-sh.la' ```
This commit is contained in:
parent
316a34a36e
commit
a9857bf98b
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ AC_PROG_CC
|
|||
AC_PROG_CXX
|
||||
AC_PROG_INSTALL
|
||||
AC_PROG_MAKE_SET
|
||||
AM_PROG_AR
|
||||
LT_INIT
|
||||
AM_PROG_AS
|
||||
AM_PROG_CC_C_O
|
||||
|
|
Loading…
Reference in a new issue