summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2009-03-09 12:10:59 +0100
committerKarel Zak2009-03-09 12:10:59 +0100
commit642f01a3f25803d3d2fad2a3314644c0a00f89d3 (patch)
tree3e08bc296f320eaacaef919fc98c37b43e31be2b /configure.ac
parentfdisk: support "-b 4096" option (diff)
downloadkernel-qcow2-util-linux-642f01a3f25803d3d2fad2a3314644c0a00f89d3.tar.gz
kernel-qcow2-util-linux-642f01a3f25803d3d2fad2a3314644c0a00f89d3.tar.xz
kernel-qcow2-util-linux-642f01a3f25803d3d2fad2a3314644c0a00f89d3.zip
blkid: blkid.static make target
For compatibility with e2fsprogs tree: commit eb630fd8708ae433e55e384079c08e0f0f040d22 Author: Eric Sandeen <sandeen@redhat.com> Date: Tue Feb 24 23:15:33 2009 -0600 e2fsprogs: blkid.static make target Nice for testing w/o needing to swizzle around system libraries... Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ac7d238cc..3fdf1ea6b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -119,7 +119,7 @@ AC_CHECK_FUNCS(
AC_FUNC_FSEEKO
dnl Static compilation
-m4_define([UTIL_STATIC_PROGRAMS], [losetup, mount, umount, fdisk, sfdisk])
+m4_define([UTIL_STATIC_PROGRAMS], [losetup, mount, umount, fdisk, sfdisk, blkid])
AC_ARG_ENABLE([static-programs],
[AS_HELP_STRING([--enable-static-programs=LIST],