Merge pull request #197 from s-bauer/master
fix: Build breaks when using "--without-restconfig"
This commit is contained in:
commit
aeba2496c3
2 changed files with 14 additions and 0 deletions
11
configure
vendored
11
configure
vendored
|
|
@ -5310,6 +5310,17 @@ cat >>confdefs.h <<_ACEOF
|
|||
#define WWWDIR "$wwwdir"
|
||||
_ACEOF
|
||||
|
||||
else
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define WWWUSER ""
|
||||
_ACEOF
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define WWWDIR ""
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
|
||||
# Set default config file location
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue