--- configure.orig	2012-03-29 14:45:15.000000000 -0500
+++ configure	2012-06-13 14:07:56.000000000 -0500
@@ -20610,21 +20610,21 @@
 echo "Configuration: "
 $have_gtk
 
-echo -n "libdv:        "
+printf "libdv:        "
 if test x$have_libdv = "xtrue"; then
 echo "Yes"
 else
 echo "Missing / Disabled (Go to http://libdv.sourceforge.net)"
 fi
 
-echo -n "vorbis:       "
+printf "vorbis:       "
 if test x$have_vorbis = "xtrue"; then
 echo "Yes"
 else
 echo "Missing (Go to http://www.vorbis.com/)"
 fi
 
-echo -n "lame:         "
+printf "lame:         "
 if test x$have_lame = "xtrue"; then
 echo "Yes"
 else
@@ -20632,21 +20632,21 @@
 fi
 
 
-echo -n "libjpeg:      "
+printf "libjpeg:      "
 if test x$have_libjpeg = "xtrue"; then
 echo "Yes"
 else
 echo "Missing (Go to http://www.ijg.org/)"
 fi
 
-echo -n "libpng:       "
+printf "libpng:       "
 if test x$have_libpng = "xtrue"; then
 echo "Yes"
 else
 echo "Missing (Go to http://www.libpng.org/pub/png/libpng.html)"
 fi
 
-echo -n "schroedinger: "
+printf "schroedinger: "
 if test x$have_schroedinger = "xtrue"; then
 echo "Yes"
 else
@@ -20654,42 +20654,42 @@
 fi
 
 
-echo -n "libavcodec:   "
+printf "libavcodec:   "
 if test x$have_libavcodec = "xtrue"; then
 echo "Yes"
 else
 echo "Missing (Go to http://www.ffmpeg.org/)"
 fi
 
-echo -n "libswscale:   "
+printf "libswscale:   "
 if test x$have_libswscale = "xtrue"; then
 echo "Yes"
 else
 echo "Missing (Go to http://www.ffmpeg.org/)"
 fi
 
-echo -n "gtk >= $GTK_REQUIRED: "
+printf "gtk >= $GTK_REQUIRED: "
 if test x$have_gtk = "xtrue"; then
 echo "Yes"
 else
 echo "Missing (Go to http://www.gtk.org/)"
 fi
 
-echo -n "Alsa          "
+printf "Alsa          "
 if test x$have_alsa = "xtrue"; then
 echo "Yes"
 else
 echo "Missing (Go to http://www.alsa-project.org/)"
 fi
 
-echo -n "sndio         "
+printf "sndio         "
 if test x$have_sndio = "xtrue"; then
 echo "Yes"
 else
 echo "Missing"
 fi
 
-echo -n "GPL plugins   "
+printf "GPL plugins   "
 if test x$have_gpl = "xtrue"; then
 echo "Enabled"
 else
@@ -20698,21 +20698,21 @@
 
 if test x$have_gpl = "xtrue"; then
 
-echo -n "faac          "
+printf "faac          "
 if test x$have_faac = "xtrue"; then
 echo "Yes"
 else
 echo "Missing (Go to http://www.audiocoding.com/)"
 fi
 
-echo -n "faad2         "
+printf "faad2         "
 if test x$have_faad2 = "xtrue"; then
 echo "Yes"
 else
 echo "Missing (Go to http://www.audiocoding.com/)"
 fi
 
-echo -n "x264          "
+printf "x264          "
 if test x$have_x264 = "xtrue"; then
 echo "Yes"
 else