Skip to content

Commit

Permalink
Fix ./configure ; libxml2 was inadvertantly moved into the sound sect…
Browse files Browse the repository at this point in the history
…ion, but it belongs in Misc.
  • Loading branch information
daniel-kristjansson committed Jun 18, 2011
1 parent 3c0cba3 commit 434d76b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mythtv/configure
Original file line number Diff line number Diff line change
Expand Up @@ -4481,7 +4481,6 @@ if enabled frontend; then
echo "Windows (DirectX) yes"
fi
echo "libfftw3 support ${libfftw3-no}"
echo "libxml2 support ${libxml2-no} [$libxml2_path]"
echo
echo "# Video Output Support"
echo "x11 support ${x11-no}"
Expand All @@ -4507,6 +4506,9 @@ fi

echo "# Misc Features"
echo "multi threaded libavcodec ${threads-no}"
if enabled frontend; then
echo "libxml2 support ${libxml2-no} [$libxml2_path]"
fi
echo "Frontend ${frontend-no}"
echo "Backend ${backend-no}"
echo "OpenGL ES 2.0 ${opengles-no}"
Expand Down

0 comments on commit 434d76b

Please sign in to comment.