summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2019-04-02 16:15:59 +0000
committerRoss Burton <ross@burtonini.com>2019-04-02 16:15:59 +0000
commitf7d8efbc7a250902b0f2e099821fea3c0ee5800a (patch)
tree27929f2a953671dc39b872229501222a063250bb
parente03553605b45c88f0b4b2980adfbbb8f6fca2fd6 (diff)
downloadlibxslt-rburton-master-patch-57542.tar.gz
build: don't check for ansidecl.hrburton-master-patch-57542
This is an internal GCC header that serves no purpose being checked for. The same header has already been removed from libxml2: https://gitlab.gnome.org/GNOME/libxml2/commit/ff628d46a1301d76e0217c23c7ef53c5f1faed45.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ae643387..0780bc80 100644
--- a/configure.ac
+++ b/configure.ac
@@ -168,7 +168,7 @@ dnl
dnl Math detection
dnl
-AC_CHECK_HEADERS(ieeefp.h nan.h math.h fp_class.h float.h ansidecl.h)
+AC_CHECK_HEADERS(ieeefp.h nan.h math.h fp_class.h float.h)
AC_CHECK_HEADERS(sys/timeb.h time.h sys/stat.h sys/select.h stdarg.h)
AC_CHECK_HEADERS(errno.h)
AC_CHECK_FUNCS(stat _stat)