Skip to content
Snippets Groups Projects
Commit 2e8b701f authored by Olivier Dion's avatar Olivier Dion Committed by Adrien Béraud
Browse files

configure.ac: Add check of cxxabi.h

Change-Id: Ifa8984d43ef51bf0c3432e6f8643107b60d7d372
parent 57a63447
No related branches found
No related tags found
No related merge requests found
......@@ -184,7 +184,7 @@ dnl Check for C++17 support
AX_CXX_COMPILE_STDCXX(17,[ext],[mandatory])
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 \
sys/ioctl.h sys/socket.h sys/time.h unistd.h])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment