From b1243a4e41b6085a3b53c89ebb551a4b6026a4ee Mon Sep 17 00:00:00 2001 From: manoj Date: Wed, 29 Aug 2007 09:48:13 +0000 Subject: [PATCH] b=12444 Backing out changes made to disable ldiskfs for uoss builds --- ldiskfs/configure.ac | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/ldiskfs/configure.ac b/ldiskfs/configure.ac index 0f9539e..6b0d670 100644 --- a/ldiskfs/configure.ac +++ b/ldiskfs/configure.ac @@ -16,29 +16,11 @@ LB_CANONICAL_SYSTEM LB_INCLUDE_RULES LB_PROG_CC -AC_ARG_WITH([dmu],,[enable_uoss='yes'],[]) - -AC_ARG_ENABLE([posix-osd],,,[enable_uoss='yes'],[]) - - AC_MSG_CHECKING([whether to build kernel modules]) AC_ARG_ENABLE([modules], AC_HELP_STRING([--disable-modules], [disable building of Lustre kernel modules]), [],[ - case $target_os in - linux*) - if test x$enable_uoss = xyes ; then - enable_modules='no' - else - enable_modules='yes' - fi - ;; - *) - enable_modules='no' - ;; - esac - ]) AC_MSG_RESULT([$enable_modules]) @@ -80,7 +62,6 @@ AM_CONDITIONAL(USE_QUILT, test x$QUILT != xno) LB_DEFINE_LDISKFS_OPTIONS -if test x$enable_modules = xyes ; then AC_MSG_CHECKING([which ldiskfs series to use]) case $LINUXRELEASE in 2.6.5*) LDISKFS_SERIES="2.6-suse.series" ;; @@ -95,7 +76,6 @@ case $LINUXRELEASE in esac AC_MSG_RESULT([$LDISKFS_SERIES]) AC_SUBST(LDISKFS_SERIES) -fi AC_SUBST(ac_configure_args) -- 1.8.3.1