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:
Olof hagsand 2021-10-13 10:00:15 +02:00
parent daf37f6ad7
commit e0ea85d6d5
3 changed files with 3 additions and 3 deletions

View file

@ -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]))