mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-23 12:03:41 +01:00
Remove no more needed check.
This commit is contained in:
parent
e33fa9f73c
commit
8d6b00b082
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ AM_PROG_CC_C_O
|
||||||
|
|
||||||
dnl Checks for libraries.
|
dnl Checks for libraries.
|
||||||
AC_CHECK_LIB(uca, __uc_get_grs)
|
AC_CHECK_LIB(uca, __uc_get_grs)
|
||||||
AC_CHECK_LIB(util, kinfo_getvmmap)
|
|
||||||
OLD_LIBS=${LIBS}
|
OLD_LIBS=${LIBS}
|
||||||
AC_SEARCH_LIBS(dlopen, dl)
|
AC_SEARCH_LIBS(dlopen, dl)
|
||||||
LIBS=${OLD_LIBS}
|
LIBS=${OLD_LIBS}
|
||||||
|
|
Loading…
Reference in a new issue