config: another libhdhomerun check fix
This commit is contained in:
parent
8cdaab42c5
commit
7a27aaf46d
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue