From: Mark Wooding Date: Sat, 2 May 2015 16:05:20 +0000 (+0100) Subject: configure.ac: Arrange to have an assembler available. X-Git-Tag: 2.2.3~1^2~22^2~19 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/6adca914051e868931e44eed57e8e2d253f6f84e?hp=290ddb617fe530512a3496de61318a98ae623fe7 configure.ac: Arrange to have an assembler available. --- diff --git a/configure.ac b/configure.ac index acee1b52..55678b31 100644 --- a/configure.ac +++ b/configure.ac @@ -39,6 +39,8 @@ AX_CFLAGS_WARN_ALL AM_PROG_LIBTOOL mdw_LIBTOOL_VERSION_INFO +AM_PROG_AS + AC_PROG_YACC AC_SUBST(AM_CFLAGS)