From 434d76b6ec2e53ce1d6e40b302f2afc388e2a793 Mon Sep 17 00:00:00 2001 From: Daniel Kristjansson Date: Sat, 18 Jun 2011 18:48:40 -0400 Subject: [PATCH] Fix ./configure ; libxml2 was inadvertantly moved into the sound section, but it belongs in Misc. --- mythtv/configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mythtv/configure b/mythtv/configure index 26906124985..d3332317ab0 100755 --- a/mythtv/configure +++ b/mythtv/configure @@ -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}" @@ -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}"