summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-05-17 23:08:42 +0200
committerJim Meyering <meyering@redhat.com>2011-05-27 17:07:46 +0200
commit374cf226c3f4ae42d1166bcb870e9b3c1496631d (patch)
treef81ab716d91527a23a150be005c27db855ac1a4b /README
parent01be9b6af3d0af63ff453ef6f27813b18811a949 (diff)
downloadparted-374cf226c3f4ae42d1166bcb870e9b3c1496631d.tar.gz
build: remove configure-time options: --disable-fs, --enable-Werror
* configure.ac: Remove support for --enable-fs and --disable-fs. Remove support for --enable-Werror and --disable-Werror. * README: Remove paragraph about --disable-fs and --enable-discovery-only. * libparted/libparted.c: Now that --disable-fs is gone (i.e., ENABLE_FS would be always 1), remove its #ifdefs.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 0 insertions, 7 deletions
diff --git a/README b/README
index 3196aee..aff7053 100644
--- a/README
+++ b/README
@@ -68,10 +68,3 @@ not a "requires".
(3) When space is important, we suggest --without-readline, --disable-shared,
and possibly --disable-nls and --disable-dynamic-loading.
-
-If Parted is only going to be used for probing / discovery (and not
-"editing"), there is a --enable-discovery-only and --disable-fs (when you're
-only interested in partition tables). Since it's readonly, --enable-debug
-gains you nothing wrt safety, so use --disable-debug ;) The "discover"
-program is about 35k (gzipped) when compiled this way (not counting libc
-and libuuid).