lighttpd: fix build without webdav support

Fix a typo in the --without-webdav-* handling.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2011-04-02 10:24:59 +02:00
parent 252d9a20a1
commit 4bc1041db6
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ ifeq ($(BR2_PACKAGE_LIGHTTPD_WEBDAV),y)
LIGHTTPD_DEPENDENCIES += libxml2 sqlite
LIGHTTPD_CONF_OPT += --with-webdav-props --with-webdav-locks
else
LIGHTTPD_CONF_OPT += ---without-webdav-props --without-webdav-locks
LIGHTTPD_CONF_OPT += --without-webdav-props --without-webdav-locks
endif
define LIGHTTPD_UNINSTALL_TARGET_CMDS