From c0c797d4f8fbf0f088cc3a0ea5c83d6c38efe37a Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 14 Oct 2014 18:12:34 +0200 Subject: [PATCH] configure: fix hdhomerun library check, fixes #2375 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index fa7df53f..405ad6d0 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_lib hdhomerun; then + if check_cc_header 'libhdhomerun/hdhomerun.h'; then enable hdhomerun_client LDFLAGS="$LDFLAGS -lhdhomerun" fi