diff options
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 3969cedd2..4418cb841 100644 --- a/configure.ac +++ b/configure.ac @@ -131,6 +131,7 @@ AC_PROG_LN_S AC_PROG_AWK AC_C_INLINE +AC_CHECK_TOOL([STRINGS], [strings], [false]) dnl --------------------------------------------- dnl Check for assembler (ffmpeg need it), don't call this before LIBTOOL |