From: Victor J. Orlikowski Date: Wed, 1 Aug 2001 01:34:28 +0000 (+0000) Subject: Do this the traditional/correct way. X-Git-Tag: 2.0.23~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ad013fe1b56b38dfd4bdc7832a10fe4a89e59c9;p=apache Do this the traditional/correct way. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89846 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/dav/fs/config6.m4 b/modules/dav/fs/config6.m4 index 0d374744fe..f86e3ff2a9 100644 --- a/modules/dav/fs/config6.m4 +++ b/modules/dav/fs/config6.m4 @@ -4,7 +4,7 @@ APACHE_MODPATH_INIT(dav/fs) dav_fs_objects="mod_dav_fs.lo dbm.lo lock.lo repos.lo" -if test "$enable_dav" != ""; then +if test "x$enable_dav" != "x"; then dav_fs_enable=$enable_dav else dav_fs_enable=$dav_enable