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

3
configure vendored
View file

@ -1385,7 +1385,7 @@ Optional Packages:
--with-cligen=dir Use CLIGEN installation in this dir
--with-restconf=native Integration with embedded web server (DEFAULT)
--with-restconf=fcgi FCGI interface for stand-alone web rev-proxy eg
nginx (default)
nginx
--without-restconf Disable restconf altogether
--with-configfile=FILE Set default path to config file
--with-libxml2 Use gnome/libxml2 regex engine
@ -2298,7 +2298,6 @@ else
: ${CFLAGS="-O2 -Wall"}
fi
# Check CLIgen
if test "$prefix" = "NONE"; then
CLIGEN_PREFIX="$ac_default_prefix"