- Added netconf to fuzz
- Restconf internal start more robust - Restconf fcgi fix
This commit is contained in:
parent
55377786c1
commit
47141089c2
11 changed files with 162 additions and 16 deletions
7
configure
vendored
7
configure
vendored
|
|
@ -1381,7 +1381,6 @@ Optional Packages:
|
|||
--with-restconf=native Integration with embedded web server (DEFAULT)
|
||||
--with-restconf=fcgi FCGI interface for stand-alone web rev-proxy eg
|
||||
nginx (default)
|
||||
--with-restconf=native Integrate restconf with embedded http server
|
||||
--without-restconf Disable restconf altogether
|
||||
--with-configfile=FILE Set default path to config file
|
||||
--with-libxml2 Use gnome/libxml2 regex engine
|
||||
|
|
@ -5405,12 +5404,6 @@ if test "${with_restconf+set}" = set; then :
|
|||
fi
|
||||
|
||||
|
||||
# Check whether --with-restconf was given.
|
||||
if test "${with_restconf+set}" = set; then :
|
||||
withval=$with_restconf;
|
||||
fi
|
||||
|
||||
|
||||
# Set default config file location
|
||||
CLIXON_DEFAULT_CONFIG=/usr/local/etc/clixon.xml
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue