aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2012-03-07 17:15:46 +0100
committerKay Sievers <kay.sievers@vrfy.org>2012-03-07 17:16:21 +0100
commit4774868ccabd76c3d208343026f1c6e57094642b (patch)
treeeca6e4aa11cb6135264941168e8d1f2c7d0b3ee3 /configure.ac
parentdf4554c333aec1a4bc2c3335aef6e92f2c13bfcd (diff)
downloadudev-4774868ccabd76c3d208343026f1c6e57094642b.tar.gz
remove edd_id extra
The use of identifying disks by magic byte sequences outside of the filesystem or partion table is fragile and usually creates more problems than it solves.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index 8f6e0043..6e41550a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -184,14 +184,6 @@ AC_ARG_ENABLE([floppy],
[], [enable_floppy=no])
AM_CONDITIONAL([ENABLE_FLOPPY], [test "x$enable_floppy" = "xyes"])
-# ------------------------------------------------------------------------------
-# edd_id - create /dev/disk/by-id/edd-* links for BIOS EDD data
-# ------------------------------------------------------------------------------
-AC_ARG_ENABLE([edd],
- AS_HELP_STRING([--enable-edd], [enable disk edd support @<:@default=disabled@:>@]),
- [], [enable_edd=no])
-AM_CONDITIONAL([ENABLE_EDD], [test "x$enable_edd" = "xyes"])
-
my_CFLAGS="-Wall \
-Wmissing-declarations -Wmissing-prototypes \
-Wnested-externs -Wpointer-arith \
@@ -247,5 +239,4 @@ AC_MSG_RESULT([
mtd_probe: ${enable_mtd_probe}
rule_generator: ${enable_rule_generator}
floppy: ${enable_floppy}
- edd: ${enable_edd}
])