# HG changeset patch # User cehoyos # Date 1301350736 0 # Node ID 36d0701bb4c869a662638c76b1b3eb4b94e77de7 # Parent fc7a3f9f74f8b0ed05ee73d0076e6f895fd1e647 Fix CrystalHD autodetection: Make sure old library versions will not be detected. Patch by Philip Langdale, philipl overt org diff -r fc7a3f9f74f8 -r 36d0701bb4c8 configure --- a/configure Mon Mar 28 16:03:26 2011 +0000 +++ b/configure Mon Mar 28 22:18:56 2011 +0000 @@ -6968,7 +6968,7 @@ echocheck "CrystalHD" if test "$crystalhd" = auto ; then crystalhd=no - statement_check_broken libcrystalhd/bc_dts_types.h libcrystalhd/libcrystalhd_if.h 'DtsGetVersion(0, 0, 0)' -lcrystalhd $_ld_lm && crystalhd=yes + statement_check_broken libcrystalhd/bc_dts_types.h libcrystalhd/libcrystalhd_if.h 'DtsCrystalHDVersion(0, 0)' -lcrystalhd $_ld_lm && crystalhd=yes fi if test "$crystalhd" = yes ; then