* autotools: removed warning of HAVE_HTTP1 by adding doc-string
* NETCONF 1.1 capability: removed extra, redundant conditional
This commit is contained in:
parent
1a9def2f6e
commit
aaf8dee44f
4 changed files with 7 additions and 7 deletions
|
|
@ -237,7 +237,7 @@ elif test "x${with_restconf}" == xnative; then
|
|||
|
||||
AC_MSG_RESULT(checking http1 is enabled: $ac_enable_http1)
|
||||
if test "$ac_enable_http1" = "yes"; then
|
||||
AC_DEFINE(HAVE_HTTP1,true) # Must be tree/false (not 0/1) used in shells
|
||||
AC_DEFINE(HAVE_HTTP1, true, [Set to true to enable Native HTTP/1]) # Must be tree/false (not 0/1) used in shells
|
||||
HAVE_HTTP1=true
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue