about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2010-06-24T22·22+0000
committerPeter Simons <simons@cryp.to>2010-06-24T22·22+0000
commita0d29040f79b365598fe75d01f72d29ab538206b (patch)
treeb9fabd87e6af0897ee44cd094a3dbd2bf87b9c4f /configure.ac
parentaf09fe12ddf356d93855cfe7b84d607e3103103a (diff)
Revert "configure.ac: make flex and bison required programs"
This reverts commit 22405. Apparently, these programs aren't necessarily
required when building from a release archive.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b21fd44800..94a92c7ce5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -159,8 +159,8 @@ NEED_PROG(patch, patch)
 AC_PATH_PROG(xmllint, xmllint, false)
 AC_PATH_PROG(xsltproc, xsltproc, false)
 AC_PATH_PROG(w3m, w3m, false)
-NEED_PROG(flex, flex)
-NEED_PROG(bison, bison)
+AC_PATH_PROG(flex, flex, false)
+AC_PATH_PROG(bison, bison, false)
 NEED_PROG(perl, perl)
 NEED_PROG(sed, sed)
 NEED_PROG(tar, tar)