Author: adrian.chadd
Date: Tue Apr 28 23:12:54 2009
New Revision: 14011

Removed:
    branches/LUSCA_HEAD/src/fs/ufs/
Modified:
    branches/LUSCA_HEAD/configure.in

Log:
Delete the "ufs" dir; default "aufs coss null" as being on.



Modified: branches/LUSCA_HEAD/configure.in
==============================================================================
--- branches/LUSCA_HEAD/configure.in    (original)
+++ branches/LUSCA_HEAD/configure.in    Tue Apr 28 23:12:54 2009
@@ -314,18 +314,18 @@
  [  --enable-async-io[=N_THREADS]
                          Shorthand for
                          --with-aufs-threads=N_THREADS
-                         --enable-storeio=ufs,aufs],
+                         --enable-storeio=aufs],
  [ case $enableval in
    yes)
        with_pthreads="yes"
-       STORE_MODULES="ufs aufs"
+       STORE_MODULES="aufs"
      ;;
    no)
      ;;
    *)
        aufs_io_threads=$enableval
        with_pthreads="yes"
-       STORE_MODULES="ufs aufs"
+       STORE_MODULES="aufs"
      ;;
    esac
  ])
@@ -396,7 +396,7 @@
    esac
  ],
  [ if test -z "$STORE_MODULES"; then
-    STORE_MODULES="ufs"
+    STORE_MODULES="aufs coss null"
    fi
  ])
  echo "Store modules built: $STORE_MODULES"

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to