Skip to content

Commit

Permalink
plugins configure: Remove some debugging left by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Harrison committed Mar 1, 2012
1 parent ff593fa commit 05bc5e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythplugins/configure
Expand Up @@ -473,7 +473,6 @@ if test "$music" != "no" ; then
cdio="no"
if has_header cdio/cdio.h && has_header cdio/cdda.h && has_header cdio/paranoia.h && has_library libcdio && has_library libcdio_cdda && has_library libcdio_paranoia ; then
cdio="yes"
echo "cdio=yes"
fi
fi

Expand Down

0 comments on commit 05bc5e1

Please sign in to comment.