diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-03-09 23:29:11 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-03-09 23:29:11 +0000 |
commit | 9d2dda92c49a3e1ce59f174ce4d62b670fb60295 (patch) | |
tree | 395da159c1b4b36468966d5709bc0063cd469d0d /configure.ac | |
parent | 2a8f6c603154dd97d4aa82a649d66e3b0156a79d (diff) | |
download | xine-lib-9d2dda92c49a3e1ce59f174ce4d62b670fb60295.tar.gz xine-lib-9d2dda92c49a3e1ce59f174ce4d62b670fb60295.tar.bz2 |
Check for chost-specific strings command during ./configure rather than on makefile; also use -a option to scan the whole file, for Solaris compatibility. Suggested by patch from Albert Lee.
CVS patchset: 8645
CVS date: 2007/03/09 23:29:11
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 |