config: another libhdhomerun check fix

This commit is contained in:
Jaroslav Kysela 2014-10-14 19:53:42 +02:00
parent 8cdaab42c5
commit 7a27aaf46d

2
configure vendored
View file

@ -237,7 +237,7 @@ if enabled hdhomerun_static; then
else
if enabled_or_auto hdhomerun_client; then
if check_cc_header 'libhdhomerun/hdhomerun.h'; then
if check_cc_header 'libhdhomerun/hdhomerun'; then
enable hdhomerun_client
LDFLAGS="$LDFLAGS -lhdhomerun"
fi