From: Evan Miller Date: Mon, 6 Dec 2021 15:52:24 +0000 (-0500) Subject: Fix configure syntax error X-Git-Tag: v2.4.1~23^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F304%2Fhead;p=thirdparty%2Fcups.git Fix configure syntax error Fixes https://github.com/OpenPrinting/cups/issues/301 --- 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