From 67365fef8c12ae8c579dd47d4e90d941c0438831 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sat, 9 Feb 2019 14:51:45 +0000 Subject: [PATCH] configure: do not produce the word "warning" twice Signed-off-by: ng0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b847b53d3..dc81600df 100644 --- a/configure.ac +++ b/configure.ac @@ -244,7 +244,7 @@ if test x"$VAR_IFCONFIG_BINARY" != x"false" then AC_DEFINE_UNQUOTED([IFCONFIG], "$VAR_IFCONFIG_BINARY", [Path to ifconfig]) else -AC_MSG_WARN([warning: 'ifconfig' not found.]) +AC_MSG_WARN(['ifconfig' not found.]) fi # miniupnpc / upnpc binary is a soft runtime requirement -- 2.25.1