summaryrefslogtreecommitdiff
path: root/sys-utils
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2009-10-06 12:43:22 +0200
committerKarel Zak <kzak@redhat.com>2009-10-06 12:45:50 +0200
commit11125e7aa97222ba1a9c4bf2c1d197d9095ae2ef (patch)
tree3953c1e70f35f0f6ce5c902eed297bb96e7f2b7b /sys-utils
parent4205f1fda1ac32046125a2e0f3937b666186bfab (diff)
downloadutil-linux-old-11125e7aa97222ba1a9c4bf2c1d197d9095ae2ef.tar.gz
build-sys: cleanup --disable-{fallocate,pivot_root,unshare}
* add --disable-fallocate * add --disable-pivot_root * cleanup --disable-unshare Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils')
-rw-r--r--sys-utils/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-utils/Makefile.am b/sys-utils/Makefile.am
index 3c0525a9..92253334 100644
--- a/sys-utils/Makefile.am
+++ b/sys-utils/Makefile.am
@@ -23,12 +23,12 @@ tunelp_SOURCES = tunelp.c lp.h
info_TEXINFOS = ipc.texi
-if HAVE_FALLOCATE
+if BUILD_FALLOCATE
usrbin_exec_PROGRAMS += fallocate
dist_man_MANS += fallocate.1
endif
-if HAVE_PIVOT_ROOT
+if BUILD_PIVOT_ROOT
sbin_PROGRAMS += pivot_root
dist_man_MANS += pivot_root.8
endif