]> err.no Git - util-linux/commit
build-sys: add --disable-libblkid, remove volume_id support
authorKarel Zak <kzak@redhat.com>
Tue, 19 May 2009 12:08:54 +0000 (14:08 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 22 May 2009 08:06:16 +0000 (10:06 +0200)
commitf910b5594f4293046902a6ed1d05e7f6ce0ee6b9
treec49826b7bd6a606d4feea285a364582f2f0f6d1f
parentd94e8a9ebc02f575f15a3fcfa650eb8af8180371
build-sys: add --disable-libblkid, remove volume_id support

Supported scenarios:

  * internal libblkid (--enable-libblkid, default)

  * external libblkid (--disable-libblkid)
     - systems without pkg-config
     - systems with pkg-config

  * systems without libblkid at all
    (requires --disable-mount and --disable-fsck)

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac