]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix configure syntax error 304/head
authorEvan Miller <emmiller@gmail.com>
Mon, 6 Dec 2021 15:52:24 +0000 (10:52 -0500)
committerGitHub <noreply@github.com>
Mon, 6 Dec 2021 15:52:24 +0000 (10:52 -0500)
Fixes https://github.com/OpenPrinting/cups/issues/301

config-scripts/cups-network.m4

index 35f405648e2165f62c99f672f377b56526a24a50..6cbffa400ba06634106283dd466c2c5ee6fc0015 100644 (file)
@@ -12,7 +12,7 @@ dnl
 AC_CHECK_HEADER([resolv.h], [
     AC_DEFINE([HAVE_RESOLV_H], [1], [Have the <resolv.h> header?])
 ], [
-]. [
+], [
     #include <sys/socket.h>
     #include <netinet/in.h>
     #include <arpa/inet.h>