Whamcloud - gitweb
Branch b1_6
authorscjody <scjody>
Mon, 16 Jul 2007 23:24:49 +0000 (23:24 +0000)
committerscjody <scjody>
Mon, 16 Jul 2007 23:24:49 +0000 (23:24 +0000)
Disable automatic dependencies on SLES 10.

b=11932
i=mjmac

lustre/autoconf/lustre-core.m4

index 11e1dcd..86b2796 100644 (file)
@@ -329,6 +329,13 @@ else
        LB_DEFINE_LDISKFS_OPTIONS
 fi #ldiskfs
 
+# Check for SLES 10 to enable RPM lustre.spec changes
+SLES10BUILD=0
+case $LINUXRELEASE in
+2.6.16*) SLES10BUILD=1
+esac
+AC_SUBST(SLES10BUILD)
+
 AC_MSG_CHECKING([which backing filesystem to use])
 AC_MSG_RESULT([$BACKINGFS])
 AC_SUBST(BACKINGFS)