From: yangsheng Date: Wed, 3 Sep 2008 09:18:18 +0000 (+0000) Subject: Branch b1_8_gate X-Git-Tag: v1_7_100~1^334 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=20b23c5826f8ef3613f0cd5d538f10996c8c84d3;p=fs%2Flustre-release.git Branch b1_8_gate b=16580 i=johann, shadow Fix build issue for sles9/ppc64. --- diff --git a/lustre/utils/wirecheck.c b/lustre/utils/wirecheck.c index 3b4acba..d63c911 100644 --- a/lustre/utils/wirecheck.c +++ b/lustre/utils/wirecheck.c @@ -1430,7 +1430,7 @@ main(int argc, char **argv) check_lustre_disk_data(); check_ll_user_fiemap(); check_ll_fiemap_extent(); - printf("#ifdef LIBLUSTRE_POSIX_ACL\n"); + printf("#if defined(LIBLUSTRE_POSIX_ACL) && defined(CONFIG_FS_POSIX_ACL)\n"); #ifndef LIBLUSTRE_POSIX_ACL #error build generator without LIBLUSTRE_POSIX_ACL defined - produce wrong check code. #endif