diff options
author | Karel Zak <kzak@redhat.com> | 2009-03-09 12:10:59 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-03-09 12:10:59 +0100 |
commit | 642f01a3f25803d3d2fad2a3314644c0a00f89d3 (patch) | |
tree | 3e08bc296f320eaacaef919fc98c37b43e31be2b /configure.ac | |
parent | 8905beda2abb59b48ba00c5d521c934ead4df80b (diff) | |
download | util-linux-old-642f01a3f25803d3d2fad2a3314644c0a00f89d3.tar.gz |
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.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ac7d238c..3fdf1ea6 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], |