aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/fwknop/fwknop/0001-configure.ac-Fix-missing-comma-in-AS_IF.patch
blob: f3e17074085d264457e8ca3394734445df303901 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From fee4cb0ae2d1fcd012cb7f501c3db0d8ec910798 Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Sun, 2 Apr 2023 10:01:51 -0700
Subject: [PATCH] configure.ac: Fix missing  comma in AS_IF

this is flagged with autconf 2.72

Upstream-Status: Pending
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 47a069e..9cdfd3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -744,7 +744,7 @@ dnl
             IPFW_EXE=""
             IPTABLES_EXE=""
             FIREWALLD_EXE=""
-          ]
+          ],
         ]
       ]
     ]
-- 
2.40.0