Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
configure: fix hdhomerun library check, fixes #2375
  • Loading branch information
perexg committed Oct 14, 2014
1 parent 9bf584a commit c0c797d
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_lib hdhomerun; then
if check_cc_header 'libhdhomerun/hdhomerun.h'; then
enable hdhomerun_client
LDFLAGS="$LDFLAGS -lhdhomerun"
fi
Expand Down

0 comments on commit c0c797d

Please sign in to comment.