From 2e8b701f0be3e9ddb8568bb6a16416b2e4530872 Mon Sep 17 00:00:00 2001
From: Olivier Dion <olivier.dion@savoirfairelinux.com>
Date: Fri, 4 Feb 2022 11:46:53 -0500
Subject: [PATCH] configure.ac: Add check of cxxabi.h

Change-Id: Ifa8984d43ef51bf0c3432e6f8643107b60d7d372
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 7775fff573..3b213486cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
 
-- 
GitLab