1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-30 13:11:44 +02: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:
Bert Wesarg 2017-01-26 21:38:53 +01:00 committed by Dave Watson
parent 316a34a36e
commit a9857bf98b

View file

@ -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