From 3026953adbdae7b49757fa1b1ba1974a25a313a9 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Tue, 27 Sep 2022 05:50:23 -0300 Subject: configure*: quote and line-wrap AC_CHECK_HEADER line Misc: I missed this one on commit 221c10177 ("configure*: Add missing quotes to arguments", 2021-06-03) / PR #4712. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9e2061211..e418b72bc 100644 --- a/configure.ac +++ b/configure.ac @@ -277,7 +277,8 @@ AS_IF([test "x$enable_lts" = "xyes"], [ HAVE_CONTRIB_INSTALL="no" ]) -AC_CHECK_HEADER([linux/seccomp.h], [], AC_MSG_ERROR([*** SECCOMP support is not installed (/usr/include/linux/seccomp.h missing) ***])) +AC_CHECK_HEADER([linux/seccomp.h], [], + [AC_MSG_ERROR([*** SECCOMP support is not installed (/usr/include/linux/seccomp.h missing) ***])]) # set sysconfdir if test "$prefix" = /usr; then -- cgit v1.2.3-70-g09d2