diff --git a/configure b/configure index f176724f..08f08ce5 100755 --- a/configure +++ b/configure @@ -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