Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
config: another libhdhomerun check fix
  • Loading branch information
perexg committed Oct 14, 2014
1 parent 8cdaab4 commit 7a27aaf
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.h'; then
if check_cc_header 'libhdhomerun/hdhomerun'; then
enable hdhomerun_client
LDFLAGS="$LDFLAGS -lhdhomerun"
fi
Expand Down

0 comments on commit 7a27aaf

Please sign in to comment.