From bea0af232691eba10a4afe30e71fb5f00922c381 Mon Sep 17 00:00:00 2001 From: Evan Miller Date: Mon, 6 Dec 2021 10:52:24 -0500 Subject: [PATCH] Fix configure syntax error Fixes https://github.com/OpenPrinting/cups/issues/301 --- config-scripts/cups-network.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-scripts/cups-network.m4 b/config-scripts/cups-network.m4 index 35f405648e..6cbffa400b 100644 --- a/config-scripts/cups-network.m4 +++ b/config-scripts/cups-network.m4 @@ -12,7 +12,7 @@ dnl AC_CHECK_HEADER([resolv.h], [ AC_DEFINE([HAVE_RESOLV_H], [1], [Have the header?]) ], [ -]. [ +], [ #include #include #include -- 2.47.2