summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSami Kerola2011-09-10 10:38:05 +0200
committerSami Kerola2011-09-10 16:47:15 +0200
commit564cea2b28bfe49bc628a5c295371585df2dac65 (patch)
tree5de1fe992303e62e4299e6a414b9ccc053246fdb /configure.ac
parentbuild-sys: add --enable-most-builds (diff)
downloadkernel-qcow2-util-linux-564cea2b28bfe49bc628a5c295371585df2dac65.tar.gz
kernel-qcow2-util-linux-564cea2b28bfe49bc628a5c295371585df2dac65.tar.xz
kernel-qcow2-util-linux-564cea2b28bfe49bc628a5c295371585df2dac65.zip
build-sys: ddate typo fixed
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
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 5c77246ad..fb0b0eb37 100644
--- a/configure.ac
+++ b/configure.ac
@@ -868,7 +868,7 @@ AM_CONDITIONAL(BUILD_ARCH, test "x$enable_arch" = xyes)
AC_ARG_ENABLE([ddate],
AS_HELP_STRING([--enable-ddate], [do build ddate]),
- [], enable_date=no
+ [], enable_ddate=no
)
AM_CONDITIONAL(BUILD_DDATE, test "x$enable_ddate" = xyes)