changeset 33050:36d0701bb4c8

Fix CrystalHD autodetection: Make sure old library versions will not be detected. Patch by Philip Langdale, philipl overt org
author cehoyos
date Mon, 28 Mar 2011 22:18:56 +0000
parents fc7a3f9f74f8
children cec61c9f27f4
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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