Configure: changed --with-restconf= to say fcgi is NOT default
test_openconfig: Fixed upgrade of git added new dependencies (openconfig-platform)
This commit is contained in:
parent
daf37f6ad7
commit
e0ea85d6d5
3 changed files with 3 additions and 3 deletions
|
|
@ -295,7 +295,7 @@ if test "x${with_restconf}" != "x"; then
|
|||
fi
|
||||
# These are dummies just to get the help strings right
|
||||
AC_ARG_WITH([restconf],
|
||||
AS_HELP_STRING([--with-restconf=fcgi],[FCGI interface for stand-alone web rev-proxy eg nginx (default)]))
|
||||
AS_HELP_STRING([--with-restconf=fcgi],[FCGI interface for stand-alone web rev-proxy eg nginx]))
|
||||
AC_ARG_WITH([restconf],
|
||||
AS_HELP_STRING([--without-restconf],[Disable restconf altogether]))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue