aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-02-09 14:51:45 +0000
committerng0 <ng0@n0.is>2019-02-09 14:51:45 +0000
commit67365fef8c12ae8c579dd47d4e90d941c0438831 (patch)
tree4e936093d94988a49cc114c2b5ec91f482e30054 /configure.ac
parent35ebb791e8f9212f3ac11b472d97cb31c97c66a8 (diff)
downloadgnunet-67365fef8c12ae8c579dd47d4e90d941c0438831.tar.gz
gnunet-67365fef8c12ae8c579dd47d4e90d941c0438831.zip
configure: do not produce the word "warning" twice
Signed-off-by: ng0 <ng0@n0.is>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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"
244then 244then
245AC_DEFINE_UNQUOTED([IFCONFIG], "$VAR_IFCONFIG_BINARY", [Path to ifconfig]) 245AC_DEFINE_UNQUOTED([IFCONFIG], "$VAR_IFCONFIG_BINARY", [Path to ifconfig])
246else 246else
247AC_MSG_WARN([warning: 'ifconfig' not found.]) 247AC_MSG_WARN(['ifconfig' not found.])
248fi 248fi
249 249
250# miniupnpc / upnpc binary is a soft runtime requirement 250# miniupnpc / upnpc binary is a soft runtime requirement