summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2014-05-21 13:26:56 +0200
committerKarel Zak2014-05-21 13:26:56 +0200
commit3adaaa154e5d57c1862a1adb74855d5da2413c1b (patch)
treed5022d148aeabbe82e271acf1f32fbf0f58b6731 /configure.ac
parentbuild-sys: add BUILD_{BLKID,FINDFS,WIPEFS,FINDMNT} (diff)
downloadkernel-qcow2-util-linux-3adaaa154e5d57c1862a1adb74855d5da2413c1b.tar.gz
kernel-qcow2-util-linux-3adaaa154e5d57c1862a1adb74855d5da2413c1b.tar.xz
kernel-qcow2-util-linux-3adaaa154e5d57c1862a1adb74855d5da2413c1b.zip
build-sys: add BUILD_GETOPT
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 35f80b80a..d5b33a601 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1136,6 +1136,9 @@ AM_CONDITIONAL([BUILD_NAMEI], [test "x$build_namei" = xyes])
UL_BUILD_INIT([whereis], [yes])
AM_CONDITIONAL([BUILD_WHEREIS], [test "x$build_whereis" = xyes])
+UL_BUILD_INIT([getopt], [yes])
+AM_CONDITIONAL([BUILD_GETOPT], [test "x$build_getopt" = xyes])
+
UL_BUILD_INIT([blockdev], [check])
UL_REQUIRES_LINUX([blockdev])