From 20b23c5826f8ef3613f0cd5d538f10996c8c84d3 Mon Sep 17 00:00:00 2001 From: yangsheng Date: Wed, 3 Sep 2008 09:18:18 +0000 Subject: [PATCH] Branch b1_8_gate b=16580 i=johann, shadow Fix build issue for sles9/ppc64. --- lustre/utils/wirecheck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1