From 06518e8feb51df717ff728bfe886ed974d6776e4 Mon Sep 17 00:00:00 2001 From: "Brian J. Murrell" Date: Tue, 25 May 2010 13:48:12 -0400 Subject: [PATCH] b=22642 ldiskfs to figure out ext3/4 base itself Ldiskfs should figure out whether to base itself on ext3 or ext4 by itself and not rely on lustre's configure to tell it. i=mjmac i=johann --- ldiskfs/configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ldiskfs/configure.ac b/ldiskfs/configure.ac index 6644fe5..82b0951 100644 --- a/ldiskfs/configure.ac +++ b/ldiskfs/configure.ac @@ -83,6 +83,8 @@ AM_CONDITIONAL(USE_QUILT, test x$QUILT != xno) LB_DEFINE_LDISKFS_OPTIONS +LB_HAVE_EXT4_ENABLED + if test x$enable_ext4 = xyes ; then AC_DEFINE(HAVE_EXT4_LDISKFS, 1, [ldiskfs based on ext4]) BACKFS=ext4 -- 1.8.3.1