[libxml2] autotools: Fix bug with multiline arguments
- From: Nick Wellnhofer <nwellnhof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxml2] autotools: Fix bug with multiline arguments
- Date: Mon, 5 Sep 2022 19:20:43 +0000 (UTC)
commit ad338459757034d680a7ffb3305144c76f964ab3
Author: Nick Wellnhofer <wellnhofer aevum de>
Date: Mon Sep 5 21:16:20 2022 +0200
autotools: Fix bug with multiline arguments
Should fix #404.
configure.ac | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c6328e3b..31e64448 100644
--- a/configure.ac
+++ b/configure.ac
@@ -286,14 +286,14 @@ fi
dnl
dnl Checks for header files.
dnl
-AC_CHECK_HEADERS([stdint.h inttypes.h
- fcntl.h unistd.h sys/stat.h
- sys/mman.h
- sys/socket.h netinet/in.h arpa/inet.h netdb.h
- sys/select.h poll.h
- sys/time.h sys/timeb.h
- dl.h dlfcn.h
- glob.h])
+AC_CHECK_HEADERS([stdint.h inttypes.h])
+AC_CHECK_HEADERS([fcntl.h unistd.h sys/stat.h])
+AC_CHECK_HEADERS([sys/mman.h])
+AC_CHECK_HEADERS([sys/socket.h netinet/in.h arpa/inet.h netdb.h])
+AC_CHECK_HEADERS([sys/select.h poll.h])
+AC_CHECK_HEADERS([sys/time.h sys/timeb.h])
+AC_CHECK_HEADERS([dl.h dlfcn.h])
+AC_CHECK_HEADERS([glob.h])
AM_CONDITIONAL(WITH_GLOB, test "$ac_cv_header_glob_h" = "yes")
dnl
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]