summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2011-08-18 11:50:27 +0200
committerKarel Zak2011-08-18 11:50:27 +0200
commit4a8962f3a7cb970b28add7d770528edebbe03635 (patch)
tree361e6efa7e4d9f1d3449ba1cc32f8afbf3566d67 /configure.ac
parentbuild-sys: rename --enable-partx to --disable-partx (diff)
downloadkernel-qcow2-util-linux-4a8962f3a7cb970b28add7d770528edebbe03635.tar.gz
kernel-qcow2-util-linux-4a8962f3a7cb970b28add7d770528edebbe03635.tar.xz
kernel-qcow2-util-linux-4a8962f3a7cb970b28add7d770528edebbe03635.zip
build-sys: add --enable-ddate
Don't build this crazy thing by default. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a8bf0d8fc..0d3b88931 100644
--- a/configure.ac
+++ b/configure.ac
@@ -855,6 +855,12 @@ AC_ARG_ENABLE([arch],
)
AM_CONDITIONAL(BUILD_ARCH, test "x$enable_arch" = xyes)
+AC_ARG_ENABLE([ddate],
+ AS_HELP_STRING([--enable-ddate], [do build ddate]),
+ [], enable_date=no
+)
+AM_CONDITIONAL(BUILD_DDATE, test "x$enable_ddate" = xyes)
+
AC_ARG_ENABLE([agetty],
AS_HELP_STRING([--disable-agetty], [do not build agetty]),
[], enable_agetty=yes