mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
configure.ac: Add check of cxxabi.h
Change-Id: Ifa8984d43ef51bf0c3432e6f8643107b60d7d372
This commit is contained in:

committed by
Adrien Béraud

parent
57a6344727
commit
2e8b701f0b
@ -184,7 +184,7 @@ dnl Check for C++17 support
|
|||||||
AX_CXX_COMPILE_STDCXX(17,[ext],[mandatory])
|
AX_CXX_COMPILE_STDCXX(17,[ext],[mandatory])
|
||||||
|
|
||||||
dnl Check for header files
|
dnl Check for header files
|
||||||
AC_CHECK_HEADERS([arpa/inet.h fcntl.h libintl.h limits.h \
|
AC_CHECK_HEADERS([arpa/inet.h cxxabi.h fcntl.h libintl.h limits.h \
|
||||||
netdb.h netinet/in.h stdlib.h string.h \
|
netdb.h netinet/in.h stdlib.h string.h \
|
||||||
sys/ioctl.h sys/socket.h sys/time.h unistd.h])
|
sys/ioctl.h sys/socket.h sys/time.h unistd.h])
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user