Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
configure: another fix for the libhdhomerun detection, fixes #2377
  • Loading branch information
perexg committed Oct 15, 2014
1 parent b1e1097 commit ee4043c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -237,7 +237,7 @@ if enabled hdhomerun_static; then
else

if enabled_or_auto hdhomerun_client; then
if check_cc_header 'libhdhomerun/hdhomerun'; then
if check_cc_header 'libhdhomerun/hdhomerun' libhdhomerun; then
enable hdhomerun_client
LDFLAGS="$LDFLAGS -lhdhomerun"
fi
Expand Down

0 comments on commit ee4043c

Please sign in to comment.