summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2017-03-23 12:36:47 +0100
committerKarel Zak2017-03-23 12:36:47 +0100
commit7e26832d706ee73af7f85f36581c5f8ba089cbb1 (patch)
treed3abdd331599bfaed19187b9b9350cbbba65e981 /configure.ac
parentFix menu spelling in cfdisk debug messages (diff)
parentlib: add parse-date documentation (diff)
downloadkernel-qcow2-util-linux-7e26832d706ee73af7f85f36581c5f8ba089cbb1.tar.gz
kernel-qcow2-util-linux-7e26832d706ee73af7f85f36581c5f8ba089cbb1.tar.xz
kernel-qcow2-util-linux-7e26832d706ee73af7f85f36581c5f8ba089cbb1.zip
Merge remote-tracking branch 'jwpi/hwclock-date7'
* jwpi/hwclock-date7: lib: add parse-date documentation hwclock: use parse_date function build-sys: add parse-date.y lib: add parse-date.y
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 8933afa6f..17c3b23e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -99,6 +99,7 @@ AC_SUBST([usrlib_execdir])
AM_PROG_CC_C_O
AC_PROG_MKDIR_P
AC_PROG_CC_STDC
+AC_PROG_YACC
AC_CANONICAL_HOST
AC_C_CONST
AC_C_VOLATILE
@@ -153,7 +154,6 @@ PKG_PROG_PKG_CONFIG
GTK_DOC_CHECK([1.10])
AC_PATH_PROG([XSLTPROC], [xsltproc])
-
linux_os=no
bsd_os=no
AS_CASE([${host_os}],