diff options
author | ng0 <ng0@n0.is> | 2019-02-09 14:51:45 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-02-09 14:51:45 +0000 |
commit | 67365fef8c12ae8c579dd47d4e90d941c0438831 (patch) | |
tree | 4e936093d94988a49cc114c2b5ec91f482e30054 | |
parent | 35ebb791e8f9212f3ac11b472d97cb31c97c66a8 (diff) |
configure: do not produce the word "warning" twice
Signed-off-by: ng0 <ng0@n0.is>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |