diff options
author | Jan Kneschke <jan@kneschke.de> | 2005-09-26 09:44:36 +0000 |
---|---|---|
committer | Jan Kneschke <jan@kneschke.de> | 2005-09-26 09:44:36 +0000 |
commit | 4b60920e8024fdafe7e6fc308da57e806777c962 (patch) | |
tree | 983edaba32c52a3319d69d243e02da2d35f64343 /config.py-sample | |
parent | 8bf86d6d8d95ea550b8173dbcb52c0a3d4818fdd (diff) | |
download | lighttpd-git-4b60920e8024fdafe7e6fc308da57e806777c962.tar.gz |
with_xml instead of with_xml2 and fixed passing of -D options for LFS
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@744 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'config.py-sample')
-rw-r--r-- | config.py-sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.py-sample b/config.py-sample index 158bd90b..9d021d64 100644 --- a/config.py-sample +++ b/config.py-sample @@ -6,4 +6,4 @@ with_gzip='yes' with_bzip2='yes' with_memcache='yes' with_sqlite3='yes' -with_xml2='yes' +with_xml='yes' |