diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-05-23 13:04:41 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-05-23 15:11:25 +0100 |
commit | 3e6e533779fd6fb1540333a7910f71a4b799da1a (patch) | |
tree | 7ac6f0bcaf08d28d20553fefe559632e709da0a9 /configure.ac | |
parent | d67b99c7e4b3e16adc5dbc637ad67e5795064bdd (diff) | |
download | rtmux-3e6e533779fd6fb1540333a7910f71a4b799da1a.tar.gz rtmux-3e6e533779fd6fb1540333a7910f71a4b799da1a.tar.bz2 rtmux-3e6e533779fd6fb1540333a7910f71a4b799da1a.zip |
Add yacc(1) bits.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 514548b5..355cf0b4 100644 --- a/configure.ac +++ b/configure.ac @@ -28,6 +28,7 @@ AC_PROG_CC_C99 AC_PROG_CPP AC_PROG_EGREP AC_PROG_INSTALL +AC_PROG_YACC PKG_PROG_PKG_CONFIG AC_USE_SYSTEM_EXTENSIONS |