* autotools: removed warning of HAVE_HTTP1 by adding doc-string

* NETCONF 1.1 capability: removed extra, redundant conditional
This commit is contained in:
Olof hagsand 2022-04-03 12:43:54 +02:00
parent 1a9def2f6e
commit aaf8dee44f
4 changed files with 7 additions and 7 deletions

3
configure vendored
View file

@ -5182,7 +5182,8 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: checking http1 is enabled: $ac_enable_http1" >&5
$as_echo "checking http1 is enabled: $ac_enable_http1" >&6; }
if test "$ac_enable_http1" = "yes"; then
$as_echo "#define HAVE_HTTP1 true" >>confdefs.h
$as_echo "#define HAVE_HTTP1 true" >>confdefs.h
# Must be tree/false (not 0/1) used in shells
HAVE_HTTP1=true
fi