Skip to content

Commit a0d2904

Browse files
committed
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.
1 parent af09fe1 commit a0d2904

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ NEED_PROG(patch, patch)
159159
AC_PATH_PROG(xmllint, xmllint, false)
160160
AC_PATH_PROG(xsltproc, xsltproc, false)
161161
AC_PATH_PROG(w3m, w3m, false)
162-
NEED_PROG(flex, flex)
163-
NEED_PROG(bison, bison)
162+
AC_PATH_PROG(flex, flex, false)
163+
AC_PATH_PROG(bison, bison, false)
164164
NEED_PROG(perl, perl)
165165
NEED_PROG(sed, sed)
166166
NEED_PROG(tar, tar)

0 commit comments

Comments
 (0)