Skip to content

Commit

Permalink
configure: try to fix the failing taglib checks (part2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Harrison committed Apr 27, 2013
1 parent f434ac6 commit 09fed78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mythtv/configure
Expand Up @@ -4887,9 +4887,10 @@ if enabled taglib; then
fi
tagprefix=`taglib-config --prefix`
tagincludes="-I${tagprefix}/include"
taglibs=`taglib-config --libs`
fi

if test $taglib_minor -lt 6 || ! check_lib_cpp taglib/fileref.h TagLib::FileRef -ltag -lz $tagincludes ; then
if test $taglib_minor -lt 6 || ! check_lib_cpp taglib/fileref.h TagLib::FileRef $tagincludes $taglibs; then
die "ERROR: cannot find taglib 1.6 or later."
fi
fi
Expand Down

0 comments on commit 09fed78

Please sign in to comment.