fix to use ifndef convenience macro

This commit is contained in:
Chris PeBenito 2006-06-12 16:52:41 +00:00
parent 06b9bd1a23
commit d576ae1183
2 changed files with 2 additions and 3 deletions

View File

@ -297,7 +297,7 @@ template(`evolution_per_userdomain_template',`
userdom_read_user_home_content_files($1,$1_evolution_t)
userdom_read_user_home_content_symlinks($1,$1_evolution_t)
ifdef(`enable_mls',`',`
ifndef(`enable_mls',`
fs_search_removable($1_evolution_t)
fs_read_removable_files($1_evolution_t)
fs_read_removable_symlinks($1_evolution_t)

View File

@ -208,8 +208,7 @@ template(`thunderbird_per_userdomain_template',`
userdom_read_user_home_content_files($1,$1_thunderbird_t)
userdom_read_user_home_content_symlinks($1,$1_thunderbird_t)
ifdef(`enable_mls',`
',`
ifndef(`enable_mls',`
fs_search_removable($1_thunderbird_t)
fs_read_removable_files($1_thunderbird_t)
fs_read_removable_symlinks($1_thunderbird_t)