]> git.sesse.net Git - vlc/blobdiff - configure
* Bumped up revision number to 0.4.6.
[vlc] / configure
index 35ef2ee36e2b4c1dc200c67228c68103d9c4386a..95ed5c0c4a9360acc26e8925d6753eaea82ccd29 100755 (executable)
--- a/configure
+++ b/configure
@@ -1151,7 +1151,7 @@ test -n "$target_alias" &&
   program_prefix=${target_alias}-
 
 PACKAGE="vlc"
-VERSION="0.4.4"
+VERSION="0.4.6"
 CODENAME=Ourumov
 
 save_CFLAGS="${CFLAGS}"
@@ -4770,18 +4770,130 @@ if test x"${SYS}" != xmingw32; then
   plugins_CFLAGS="${plugins_CFLAGS} -fPIC"
 fi
 
+if test x$SYS = xmingw32
+then
+    echo "$as_me:4775: checking for opendir in -lmingwex" >&5
+echo $ECHO_N "checking for opendir in -lmingwex... $ECHO_C" >&6
+if test "${ac_cv_lib_mingwex_opendir+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lmingwex  $LIBS"
+cat >conftest.$ac_ext <<_ACEOF
+#line 4783 "configure"
+#include "confdefs.h"
+
+/* Override any gcc2 internal prototype to avoid an error.  */
+#ifdef __cplusplus
+extern "C"
+#endif
+/* We use char because int might match the return type of a gcc2
+   builtin and then its argument prototype would still apply.  */
+char opendir ();
+int
+main ()
+{
+opendir ();
+  ;
+  return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:4802: \"$ac_link\"") >&5
+  (eval $ac_link) 2>&5
+  ac_status=$?
+  echo "$as_me:4805: \$? = $ac_status" >&5
+  (exit $ac_status); } &&
+         { ac_try='test -s conftest$ac_exeext'
+  { (eval echo "$as_me:4808: \"$ac_try\"") >&5
+  (eval $ac_try) 2>&5
+  ac_status=$?
+  echo "$as_me:4811: \$? = $ac_status" >&5
+  (exit $ac_status); }; }; then
+  ac_cv_lib_mingwex_opendir=yes
+else
+  echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_lib_mingwex_opendir=no
+fi
+rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+echo "$as_me:4822: result: $ac_cv_lib_mingwex_opendir" >&5
+echo "${ECHO_T}$ac_cv_lib_mingwex_opendir" >&6
+if test $ac_cv_lib_mingwex_opendir = yes; then
+  echo "$as_me:4825: checking for opendir in -lmingw32" >&5
+echo $ECHO_N "checking for opendir in -lmingw32... $ECHO_C" >&6
+if test "${ac_cv_lib_mingw32_opendir+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lmingw32  $LIBS"
+cat >conftest.$ac_ext <<_ACEOF
+#line 4833 "configure"
+#include "confdefs.h"
+
+/* Override any gcc2 internal prototype to avoid an error.  */
+#ifdef __cplusplus
+extern "C"
+#endif
+/* We use char because int might match the return type of a gcc2
+   builtin and then its argument prototype would still apply.  */
+char opendir ();
+int
+main ()
+{
+opendir ();
+  ;
+  return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:4852: \"$ac_link\"") >&5
+  (eval $ac_link) 2>&5
+  ac_status=$?
+  echo "$as_me:4855: \$? = $ac_status" >&5
+  (exit $ac_status); } &&
+         { ac_try='test -s conftest$ac_exeext'
+  { (eval echo "$as_me:4858: \"$ac_try\"") >&5
+  (eval $ac_try) 2>&5
+  ac_status=$?
+  echo "$as_me:4861: \$? = $ac_status" >&5
+  (exit $ac_status); }; }; then
+  ac_cv_lib_mingw32_opendir=yes
+else
+  echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_lib_mingw32_opendir=no
+fi
+rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+echo "$as_me:4872: result: $ac_cv_lib_mingw32_opendir" >&5
+echo "${ECHO_T}$ac_cv_lib_mingw32_opendir" >&6
+if test $ac_cv_lib_mingw32_opendir = yes; then
+  vlc_LDFLAGS="${vlc_LDFLAGS}"
+else
+  vlc_LDFLAGS="${vlc_LDFLAGS} -lmingwex"
+             gtk_LDFLAGS="${gtk_LDFLAGS} -lmingwex"
+fi
+
+fi
+
+fi
+
 save_CFLAGS="${save_CFLAGS} -DSYS_`echo ${SYS} | sed -e 's/-.*//' | tr 'abcdefghijklmnopqrstuvwxyz.' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`"
 
 for ac_func in gettimeofday select strerror strtod strtol isatty vasprintf swab sigrelse getpwuid memalign posix_memalign gethostbyname2 atoll
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:4778: checking for $ac_func" >&5
+echo "$as_me:4890: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$as_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 4784 "configure"
+#line 4896 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -4812,16 +4924,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:4815: \"$ac_link\"") >&5
+if { (eval echo "$as_me:4927: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:4818: \$? = $ac_status" >&5
+  echo "$as_me:4930: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:4821: \"$ac_try\"") >&5
+  { (eval echo "$as_me:4933: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:4824: \$? = $ac_status" >&5
+  echo "$as_me:4936: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -4831,7 +4943,7 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:4834: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:4946: result: `eval echo '${'$as_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -4841,13 +4953,13 @@ EOF
 fi
 done
 
-echo "$as_me:4844: checking for connect" >&5
+echo "$as_me:4956: checking for connect" >&5
 echo $ECHO_N "checking for connect... $ECHO_C" >&6
 if test "${ac_cv_func_connect+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 4850 "configure"
+#line 4962 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char connect (); below.  */
@@ -4878,16 +4990,16 @@ f = connect;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:4881: \"$ac_link\"") >&5
+if { (eval echo "$as_me:4993: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:4884: \$? = $ac_status" >&5
+  echo "$as_me:4996: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:4887: \"$ac_try\"") >&5
+  { (eval echo "$as_me:4999: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:4890: \$? = $ac_status" >&5
+  echo "$as_me:5002: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_connect=yes
 else
@@ -4897,13 +5009,13 @@ ac_cv_func_connect=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:4900: result: $ac_cv_func_connect" >&5
+echo "$as_me:5012: result: $ac_cv_func_connect" >&5
 echo "${ECHO_T}$ac_cv_func_connect" >&6
 if test $ac_cv_func_connect = yes; then
   :
 else
 
-  echo "$as_me:4906: checking for connect in -lsocket" >&5
+  echo "$as_me:5018: checking for connect in -lsocket" >&5
 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
 if test "${ac_cv_lib_socket_connect+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4911,7 +5023,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lsocket  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 4914 "configure"
+#line 5026 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -4930,16 +5042,16 @@ connect ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:4933: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5045: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:4936: \$? = $ac_status" >&5
+  echo "$as_me:5048: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:4939: \"$ac_try\"") >&5
+  { (eval echo "$as_me:5051: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:4942: \$? = $ac_status" >&5
+  echo "$as_me:5054: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_socket_connect=yes
 else
@@ -4950,7 +5062,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:4953: result: $ac_cv_lib_socket_connect" >&5
+echo "$as_me:5065: result: $ac_cv_lib_socket_connect" >&5
 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
 if test $ac_cv_lib_socket_connect = yes; then
   ipv4_LDFLAGS="${ipv4_LDFLAGS} -lsocket"
@@ -4960,13 +5072,13 @@ fi
 
 fi
 
-echo "$as_me:4963: checking for gethostbyname" >&5
+echo "$as_me:5075: checking for gethostbyname" >&5
 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
 if test "${ac_cv_func_gethostbyname+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 4969 "configure"
+#line 5081 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char gethostbyname (); below.  */
@@ -4997,16 +5109,16 @@ f = gethostbyname;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5000: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5112: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:5003: \$? = $ac_status" >&5
+  echo "$as_me:5115: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:5006: \"$ac_try\"") >&5
+  { (eval echo "$as_me:5118: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:5009: \$? = $ac_status" >&5
+  echo "$as_me:5121: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_gethostbyname=yes
 else
@@ -5016,13 +5128,13 @@ ac_cv_func_gethostbyname=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:5019: result: $ac_cv_func_gethostbyname" >&5
+echo "$as_me:5131: result: $ac_cv_func_gethostbyname" >&5
 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
 if test $ac_cv_func_gethostbyname = yes; then
   :
 else
 
-  echo "$as_me:5025: checking for gethostbyname in -lnsl" >&5
+  echo "$as_me:5137: checking for gethostbyname in -lnsl" >&5
 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5030,7 +5142,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lnsl  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 5033 "configure"
+#line 5145 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -5049,16 +5161,16 @@ gethostbyname ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5052: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5164: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:5055: \$? = $ac_status" >&5
+  echo "$as_me:5167: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:5058: \"$ac_try\"") >&5
+  { (eval echo "$as_me:5170: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:5061: \$? = $ac_status" >&5
+  echo "$as_me:5173: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_nsl_gethostbyname=yes
 else
@@ -5069,7 +5181,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:5072: result: $ac_cv_lib_nsl_gethostbyname" >&5
+echo "$as_me:5184: result: $ac_cv_lib_nsl_gethostbyname" >&5
 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
 if test $ac_cv_lib_nsl_gethostbyname = yes; then
   ipv4_LDFLAGS="${ipv4_LDFLAGS} -lnsl"
@@ -5077,13 +5189,13 @@ fi
 
 fi
 
-echo "$as_me:5080: checking for gethostbyname" >&5
+echo "$as_me:5192: checking for gethostbyname" >&5
 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
 if test "${ac_cv_func_gethostbyname+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 5086 "configure"
+#line 5198 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char gethostbyname (); below.  */
@@ -5114,16 +5226,16 @@ f = gethostbyname;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5117: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5229: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:5120: \$? = $ac_status" >&5
+  echo "$as_me:5232: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:5123: \"$ac_try\"") >&5
+  { (eval echo "$as_me:5235: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:5126: \$? = $ac_status" >&5
+  echo "$as_me:5238: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_gethostbyname=yes
 else
@@ -5133,13 +5245,13 @@ ac_cv_func_gethostbyname=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:5136: result: $ac_cv_func_gethostbyname" >&5
+echo "$as_me:5248: result: $ac_cv_func_gethostbyname" >&5
 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
 if test $ac_cv_func_gethostbyname = yes; then
   :
 else
 
-  echo "$as_me:5142: checking for gethostbyname in -lbind" >&5
+  echo "$as_me:5254: checking for gethostbyname in -lbind" >&5
 echo $ECHO_N "checking for gethostbyname in -lbind... $ECHO_C" >&6
 if test "${ac_cv_lib_bind_gethostbyname+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5147,7 +5259,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lbind  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 5150 "configure"
+#line 5262 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -5166,16 +5278,16 @@ gethostbyname ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5169: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5281: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:5172: \$? = $ac_status" >&5
+  echo "$as_me:5284: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:5175: \"$ac_try\"") >&5
+  { (eval echo "$as_me:5287: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:5178: \$? = $ac_status" >&5
+  echo "$as_me:5290: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_bind_gethostbyname=yes
 else
@@ -5186,7 +5298,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:5189: result: $ac_cv_lib_bind_gethostbyname" >&5
+echo "$as_me:5301: result: $ac_cv_lib_bind_gethostbyname" >&5
 echo "${ECHO_T}$ac_cv_lib_bind_gethostbyname" >&6
 if test $ac_cv_lib_bind_gethostbyname = yes; then
   ipv4_LDFLAGS="${ipv4_LDFLAGS} -lbind"
@@ -5195,13 +5307,13 @@ fi
 fi
 
 have_nanosleep=0
-echo "$as_me:5198: checking for nanosleep" >&5
+echo "$as_me:5310: checking for nanosleep" >&5
 echo $ECHO_N "checking for nanosleep... $ECHO_C" >&6
 if test "${ac_cv_func_nanosleep+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 5204 "configure"
+#line 5316 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char nanosleep (); below.  */
@@ -5232,16 +5344,16 @@ f = nanosleep;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5235: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5347: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:5238: \$? = $ac_status" >&5
+  echo "$as_me:5350: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:5241: \"$ac_try\"") >&5
+  { (eval echo "$as_me:5353: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:5244: \$? = $ac_status" >&5
+  echo "$as_me:5356: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_nanosleep=yes
 else
@@ -5251,13 +5363,13 @@ ac_cv_func_nanosleep=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:5254: result: $ac_cv_func_nanosleep" >&5
+echo "$as_me:5366: result: $ac_cv_func_nanosleep" >&5
 echo "${ECHO_T}$ac_cv_func_nanosleep" >&6
 if test $ac_cv_func_nanosleep = yes; then
   have_nanosleep=1
 else
 
-  echo "$as_me:5260: checking for nanosleep in -lrt" >&5
+  echo "$as_me:5372: checking for nanosleep in -lrt" >&5
 echo $ECHO_N "checking for nanosleep in -lrt... $ECHO_C" >&6
 if test "${ac_cv_lib_rt_nanosleep+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5265,7 +5377,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lrt  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 5268 "configure"
+#line 5380 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -5284,16 +5396,16 @@ nanosleep ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5287: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5399: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:5290: \$? = $ac_status" >&5
+  echo "$as_me:5402: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:5293: \"$ac_try\"") >&5
+  { (eval echo "$as_me:5405: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:5296: \$? = $ac_status" >&5
+  echo "$as_me:5408: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_rt_nanosleep=yes
 else
@@ -5304,12 +5416,12 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:5307: result: $ac_cv_lib_rt_nanosleep" >&5
+echo "$as_me:5419: result: $ac_cv_lib_rt_nanosleep" >&5
 echo "${ECHO_T}$ac_cv_lib_rt_nanosleep" >&6
 if test $ac_cv_lib_rt_nanosleep = yes; then
   vlc_LDFLAGS="${vlc_LDFLAGS} -lrt"; have_nanosleep=1
 else
-  echo "$as_me:5312: checking for nanosleep in -lposix4" >&5
+  echo "$as_me:5424: checking for nanosleep in -lposix4" >&5
 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5317,7 +5429,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lposix4  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 5320 "configure"
+#line 5432 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -5336,16 +5448,16 @@ nanosleep ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5339: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5451: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:5342: \$? = $ac_status" >&5
+  echo "$as_me:5454: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:5345: \"$ac_try\"") >&5
+  { (eval echo "$as_me:5457: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:5348: \$? = $ac_status" >&5
+  echo "$as_me:5460: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_posix4_nanosleep=yes
 else
@@ -5356,7 +5468,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:5359: result: $ac_cv_lib_posix4_nanosleep" >&5
+echo "$as_me:5471: result: $ac_cv_lib_posix4_nanosleep" >&5
 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
 if test $ac_cv_lib_posix4_nanosleep = yes; then
   vlc_LDFLAGS="${vlc_LDFLAGS} -lposix4"; have_nanosleep=1
@@ -5373,13 +5485,13 @@ cat >>confdefs.h <<\EOF
 EOF
 
 fi
-echo "$as_me:5376: checking for inet_aton" >&5
+echo "$as_me:5488: checking for inet_aton" >&5
 echo $ECHO_N "checking for inet_aton... $ECHO_C" >&6
 if test "${ac_cv_func_inet_aton+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 5382 "configure"
+#line 5494 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char inet_aton (); below.  */
@@ -5410,16 +5522,16 @@ f = inet_aton;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5413: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5525: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:5416: \$? = $ac_status" >&5
+  echo "$as_me:5528: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:5419: \"$ac_try\"") >&5
+  { (eval echo "$as_me:5531: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:5422: \$? = $ac_status" >&5
+  echo "$as_me:5534: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_inet_aton=yes
 else
@@ -5429,13 +5541,13 @@ ac_cv_func_inet_aton=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:5432: result: $ac_cv_func_inet_aton" >&5
+echo "$as_me:5544: result: $ac_cv_func_inet_aton" >&5
 echo "${ECHO_T}$ac_cv_func_inet_aton" >&6
 if test $ac_cv_func_inet_aton = yes; then
   :
 else
 
-  echo "$as_me:5438: checking for inet_aton in -lresolv" >&5
+  echo "$as_me:5550: checking for inet_aton in -lresolv" >&5
 echo $ECHO_N "checking for inet_aton in -lresolv... $ECHO_C" >&6
 if test "${ac_cv_lib_resolv_inet_aton+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5443,7 +5555,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lresolv  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 5446 "configure"
+#line 5558 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -5462,16 +5574,16 @@ inet_aton ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5465: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5577: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:5468: \$? = $ac_status" >&5
+  echo "$as_me:5580: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:5471: \"$ac_try\"") >&5
+  { (eval echo "$as_me:5583: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:5474: \$? = $ac_status" >&5
+  echo "$as_me:5586: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_resolv_inet_aton=yes
 else
@@ -5482,7 +5594,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:5485: result: $ac_cv_lib_resolv_inet_aton" >&5
+echo "$as_me:5597: result: $ac_cv_lib_resolv_inet_aton" >&5
 echo "${ECHO_T}$ac_cv_lib_resolv_inet_aton" >&6
 if test $ac_cv_lib_resolv_inet_aton = yes; then
   ipv4_LDFLAGS="${ipv4_LDFLAGS} -lresolv"
@@ -5490,13 +5602,13 @@ fi
 
 fi
 
-echo "$as_me:5493: checking for textdomain" >&5
+echo "$as_me:5605: checking for textdomain" >&5
 echo $ECHO_N "checking for textdomain... $ECHO_C" >&6
 if test "${ac_cv_func_textdomain+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 5499 "configure"
+#line 5611 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char textdomain (); below.  */
@@ -5527,16 +5639,16 @@ f = textdomain;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5530: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5642: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:5533: \$? = $ac_status" >&5
+  echo "$as_me:5645: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:5536: \"$ac_try\"") >&5
+  { (eval echo "$as_me:5648: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:5539: \$? = $ac_status" >&5
+  echo "$as_me:5651: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_textdomain=yes
 else
@@ -5546,13 +5658,13 @@ ac_cv_func_textdomain=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:5549: result: $ac_cv_func_textdomain" >&5
+echo "$as_me:5661: result: $ac_cv_func_textdomain" >&5
 echo "${ECHO_T}$ac_cv_func_textdomain" >&6
 if test $ac_cv_func_textdomain = yes; then
   :
 else
 
-  echo "$as_me:5555: checking for textdomain in -lintl" >&5
+  echo "$as_me:5667: checking for textdomain in -lintl" >&5
 echo $ECHO_N "checking for textdomain in -lintl... $ECHO_C" >&6
 if test "${ac_cv_lib_intl_textdomain+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5560,7 +5672,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lintl  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 5563 "configure"
+#line 5675 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -5579,16 +5691,16 @@ textdomain ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5582: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5694: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:5585: \$? = $ac_status" >&5
+  echo "$as_me:5697: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:5588: \"$ac_try\"") >&5
+  { (eval echo "$as_me:5700: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:5591: \$? = $ac_status" >&5
+  echo "$as_me:5703: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_intl_textdomain=yes
 else
@@ -5599,7 +5711,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:5602: result: $ac_cv_lib_intl_textdomain" >&5
+echo "$as_me:5714: result: $ac_cv_lib_intl_textdomain" >&5
 echo "${ECHO_T}$ac_cv_lib_intl_textdomain" >&6
 if test $ac_cv_lib_intl_textdomain = yes; then
   save_LDFLAGS="${save_LDFLAGS} -lintl"
@@ -5608,13 +5720,13 @@ fi
 fi
 
 NEED_GETOPT=0
-echo "$as_me:5611: checking for getopt_long" >&5
+echo "$as_me:5723: checking for getopt_long" >&5
 echo $ECHO_N "checking for getopt_long... $ECHO_C" >&6
 if test "${ac_cv_func_getopt_long+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 5617 "configure"
+#line 5729 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char getopt_long (); below.  */
@@ -5645,16 +5757,16 @@ f = getopt_long;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5648: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5760: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:5651: \$? = $ac_status" >&5
+  echo "$as_me:5763: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:5654: \"$ac_try\"") >&5
+  { (eval echo "$as_me:5766: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:5657: \$? = $ac_status" >&5
+  echo "$as_me:5769: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_getopt_long=yes
 else
@@ -5664,7 +5776,7 @@ ac_cv_func_getopt_long=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:5667: result: $ac_cv_func_getopt_long" >&5
+echo "$as_me:5779: result: $ac_cv_func_getopt_long" >&5
 echo "${ECHO_T}$ac_cv_func_getopt_long" >&6
 if test $ac_cv_func_getopt_long = yes; then
 
@@ -5674,7 +5786,7 @@ EOF
 
 else
    # FreeBSD has a gnugetopt library for this:
-  echo "$as_me:5677: checking for getopt_long in -lgnugetopt" >&5
+  echo "$as_me:5789: checking for getopt_long in -lgnugetopt" >&5
 echo $ECHO_N "checking for getopt_long in -lgnugetopt... $ECHO_C" >&6
 if test "${ac_cv_lib_gnugetopt_getopt_long+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5682,7 +5794,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lgnugetopt  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 5685 "configure"
+#line 5797 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -5701,16 +5813,16 @@ getopt_long ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5704: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5816: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:5707: \$? = $ac_status" >&5
+  echo "$as_me:5819: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:5710: \"$ac_try\"") >&5
+  { (eval echo "$as_me:5822: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:5713: \$? = $ac_status" >&5
+  echo "$as_me:5825: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_gnugetopt_getopt_long=yes
 else
@@ -5721,7 +5833,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:5724: result: $ac_cv_lib_gnugetopt_getopt_long" >&5
+echo "$as_me:5836: result: $ac_cv_lib_gnugetopt_getopt_long" >&5
 echo "${ECHO_T}$ac_cv_lib_gnugetopt_getopt_long" >&6
 if test $ac_cv_lib_gnugetopt_getopt_long = yes; then
 
@@ -5735,13 +5847,13 @@ fi
 
 fi
 
-echo "$as_me:5738: checking return type of signal handlers" >&5
+echo "$as_me:5850: checking return type of signal handlers" >&5
 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
 if test "${ac_cv_type_signal+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 5744 "configure"
+#line 5856 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #include <signal.h>
@@ -5763,16 +5875,16 @@ int i;
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:5766: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:5878: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:5769: \$? = $ac_status" >&5
+  echo "$as_me:5881: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:5772: \"$ac_try\"") >&5
+  { (eval echo "$as_me:5884: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:5775: \$? = $ac_status" >&5
+  echo "$as_me:5887: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_type_signal=void
 else
@@ -5782,14 +5894,14 @@ ac_cv_type_signal=int
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:5785: result: $ac_cv_type_signal" >&5
+echo "$as_me:5897: result: $ac_cv_type_signal" >&5
 echo "${ECHO_T}$ac_cv_type_signal" >&6
 
 cat >>confdefs.h <<EOF
 #define RETSIGTYPE $ac_cv_type_signal
 EOF
 
-echo "$as_me:5792: checking for dlopen in -ldl" >&5
+echo "$as_me:5904: checking for dlopen in -ldl" >&5
 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5797,7 +5909,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-ldl  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 5800 "configure"
+#line 5912 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -5816,16 +5928,16 @@ dlopen ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5819: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5931: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:5822: \$? = $ac_status" >&5
+  echo "$as_me:5934: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:5825: \"$ac_try\"") >&5
+  { (eval echo "$as_me:5937: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:5828: \$? = $ac_status" >&5
+  echo "$as_me:5940: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_dl_dlopen=yes
 else
@@ -5836,13 +5948,13 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:5839: result: $ac_cv_lib_dl_dlopen" >&5
+echo "$as_me:5951: result: $ac_cv_lib_dl_dlopen" >&5
 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
 if test $ac_cv_lib_dl_dlopen = yes; then
   vlc_LDFLAGS="${vlc_LDFLAGS} -ldl"
 fi
 
-echo "$as_me:5845: checking for cos in -lm" >&5
+echo "$as_me:5957: checking for cos in -lm" >&5
 echo $ECHO_N "checking for cos in -lm... $ECHO_C" >&6
 if test "${ac_cv_lib_m_cos+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5850,7 +5962,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lm  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 5853 "configure"
+#line 5965 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -5869,16 +5981,16 @@ cos ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5872: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5984: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:5875: \$? = $ac_status" >&5
+  echo "$as_me:5987: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:5878: \"$ac_try\"") >&5
+  { (eval echo "$as_me:5990: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:5881: \$? = $ac_status" >&5
+  echo "$as_me:5993: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_m_cos=yes
 else
@@ -5889,14 +6001,14 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:5892: result: $ac_cv_lib_m_cos" >&5
+echo "$as_me:6004: result: $ac_cv_lib_m_cos" >&5
 echo "${ECHO_T}$ac_cv_lib_m_cos" >&6
 if test $ac_cv_lib_m_cos = yes; then
   imdct_LDFLAGS="${imdct_LDFLAGS} -lm"
   filter_distort_LDFLAGS="${filter_distort_LDFLAGS} -lm"
 fi
 
-echo "$as_me:5899: checking for pow in -lm" >&5
+echo "$as_me:6011: checking for pow in -lm" >&5
 echo $ECHO_N "checking for pow in -lm... $ECHO_C" >&6
 if test "${ac_cv_lib_m_pow+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5904,7 +6016,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lm  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 5907 "configure"
+#line 6019 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -5923,16 +6035,16 @@ pow ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5926: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6038: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:5929: \$? = $ac_status" >&5
+  echo "$as_me:6041: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:5932: \"$ac_try\"") >&5
+  { (eval echo "$as_me:6044: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:5935: \$? = $ac_status" >&5
+  echo "$as_me:6047: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_m_pow=yes
 else
@@ -5943,7 +6055,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:5946: result: $ac_cv_lib_m_pow" >&5
+echo "$as_me:6058: result: $ac_cv_lib_m_pow" >&5
 echo "${ECHO_T}$ac_cv_lib_m_pow" >&6
 if test $ac_cv_lib_m_pow = yes; then
   imdct_LDFLAGS="${imdct_LDFLAGS} -lm"
@@ -5955,7 +6067,7 @@ fi
 
 THREAD_LIB=error
 if test "x${THREAD_LIB}" = xerror; then
-  echo "$as_me:5958: checking for pthread_attr_init in -lpthread" >&5
+  echo "$as_me:6070: checking for pthread_attr_init in -lpthread" >&5
 echo $ECHO_N "checking for pthread_attr_init in -lpthread... $ECHO_C" >&6
 if test "${ac_cv_lib_pthread_pthread_attr_init+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5963,7 +6075,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lpthread  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 5966 "configure"
+#line 6078 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -5982,16 +6094,16 @@ pthread_attr_init ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5985: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6097: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:5988: \$? = $ac_status" >&5
+  echo "$as_me:6100: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:5991: \"$ac_try\"") >&5
+  { (eval echo "$as_me:6103: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:5994: \$? = $ac_status" >&5
+  echo "$as_me:6106: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_pthread_pthread_attr_init=yes
 else
@@ -6002,7 +6114,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:6005: result: $ac_cv_lib_pthread_pthread_attr_init" >&5
+echo "$as_me:6117: result: $ac_cv_lib_pthread_pthread_attr_init" >&5
 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_attr_init" >&6
 if test $ac_cv_lib_pthread_pthread_attr_init = yes; then
   THREAD_LIB="-lpthread"
@@ -6010,7 +6122,7 @@ fi
 
 fi
 if test "x${THREAD_LIB}" = xerror; then
-  echo "$as_me:6013: checking for pthread_attr_init in -lpthreads" >&5
+  echo "$as_me:6125: checking for pthread_attr_init in -lpthreads" >&5
 echo $ECHO_N "checking for pthread_attr_init in -lpthreads... $ECHO_C" >&6
 if test "${ac_cv_lib_pthreads_pthread_attr_init+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6018,7 +6130,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lpthreads  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 6021 "configure"
+#line 6133 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -6037,16 +6149,16 @@ pthread_attr_init ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6040: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6152: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:6043: \$? = $ac_status" >&5
+  echo "$as_me:6155: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:6046: \"$ac_try\"") >&5
+  { (eval echo "$as_me:6158: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:6049: \$? = $ac_status" >&5
+  echo "$as_me:6161: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_pthreads_pthread_attr_init=yes
 else
@@ -6057,7 +6169,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:6060: result: $ac_cv_lib_pthreads_pthread_attr_init" >&5
+echo "$as_me:6172: result: $ac_cv_lib_pthreads_pthread_attr_init" >&5
 echo "${ECHO_T}$ac_cv_lib_pthreads_pthread_attr_init" >&6
 if test $ac_cv_lib_pthreads_pthread_attr_init = yes; then
   THREAD_LIB="-lpthreads"
@@ -6065,7 +6177,7 @@ fi
 
 fi
 if test "x${THREAD_LIB}" = xerror; then
-  echo "$as_me:6068: checking for pthread_attr_init in -lc_r" >&5
+  echo "$as_me:6180: checking for pthread_attr_init in -lc_r" >&5
 echo $ECHO_N "checking for pthread_attr_init in -lc_r... $ECHO_C" >&6
 if test "${ac_cv_lib_c_r_pthread_attr_init+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6073,7 +6185,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lc_r  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 6076 "configure"
+#line 6188 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -6092,16 +6204,16 @@ pthread_attr_init ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6095: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6207: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:6098: \$? = $ac_status" >&5
+  echo "$as_me:6210: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:6101: \"$ac_try\"") >&5
+  { (eval echo "$as_me:6213: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:6104: \$? = $ac_status" >&5
+  echo "$as_me:6216: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_c_r_pthread_attr_init=yes
 else
@@ -6112,7 +6224,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:6115: result: $ac_cv_lib_c_r_pthread_attr_init" >&5
+echo "$as_me:6227: result: $ac_cv_lib_c_r_pthread_attr_init" >&5
 echo "${ECHO_T}$ac_cv_lib_c_r_pthread_attr_init" >&6
 if test $ac_cv_lib_c_r_pthread_attr_init = yes; then
   THREAD_LIB="-lc_r"
@@ -6120,13 +6232,13 @@ fi
 
 fi
 if test "x${THREAD_LIB}" = xerror; then
-  echo "$as_me:6123: checking for pthread_attr_init" >&5
+  echo "$as_me:6235: checking for pthread_attr_init" >&5
 echo $ECHO_N "checking for pthread_attr_init... $ECHO_C" >&6
 if test "${ac_cv_func_pthread_attr_init+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 6129 "configure"
+#line 6241 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char pthread_attr_init (); below.  */
@@ -6157,16 +6269,16 @@ f = pthread_attr_init;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6160: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6272: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:6163: \$? = $ac_status" >&5
+  echo "$as_me:6275: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:6166: \"$ac_try\"") >&5
+  { (eval echo "$as_me:6278: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:6169: \$? = $ac_status" >&5
+  echo "$as_me:6281: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_pthread_attr_init=yes
 else
@@ -6176,13 +6288,13 @@ ac_cv_func_pthread_attr_init=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:6179: result: $ac_cv_func_pthread_attr_init" >&5
+echo "$as_me:6291: result: $ac_cv_func_pthread_attr_init" >&5
 echo "${ECHO_T}$ac_cv_func_pthread_attr_init" >&6
 
   THREAD_LIB=""
 fi
 
-echo "$as_me:6185: checking for cthread_fork in -lthreads" >&5
+echo "$as_me:6297: checking for cthread_fork in -lthreads" >&5
 echo $ECHO_N "checking for cthread_fork in -lthreads... $ECHO_C" >&6
 if test "${ac_cv_lib_threads_cthread_fork+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6190,7 +6302,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lthreads  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 6193 "configure"
+#line 6305 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -6209,16 +6321,16 @@ cthread_fork ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6212: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6324: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:6215: \$? = $ac_status" >&5
+  echo "$as_me:6327: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:6218: \"$ac_try\"") >&5
+  { (eval echo "$as_me:6330: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:6221: \$? = $ac_status" >&5
+  echo "$as_me:6333: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_threads_cthread_fork=yes
 else
@@ -6229,14 +6341,14 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:6232: result: $ac_cv_lib_threads_cthread_fork" >&5
+echo "$as_me:6344: result: $ac_cv_lib_threads_cthread_fork" >&5
 echo "${ECHO_T}$ac_cv_lib_threads_cthread_fork" >&6
 if test $ac_cv_lib_threads_cthread_fork = yes; then
   THREAD_LIB="-lthreads"
 fi
 
 cat >conftest.$ac_ext <<_ACEOF
-#line 6239 "configure"
+#line 6351 "configure"
 #include "confdefs.h"
 #include <pthread.h>
 
@@ -6252,7 +6364,7 @@ fi
 rm -f conftest*
 
 cat >conftest.$ac_ext <<_ACEOF
-#line 6255 "configure"
+#line 6367 "configure"
 #include "confdefs.h"
 #include <strings.h>
 
@@ -6270,23 +6382,23 @@ rm -f conftest*
 for ac_header in stdint.h getopt.h strings.h inttypes.h sys/int_types.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:6273: checking for $ac_header" >&5
+echo "$as_me:6385: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 6279 "configure"
+#line 6391 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:6283: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:6395: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:6289: \$? = $ac_status" >&5
+  echo "$as_me:6401: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -6305,7 +6417,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:6308: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:6420: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -6318,23 +6430,23 @@ done
 for ac_header in sys/sockio.h fcntl.h sys/types.h sys/time.h sys/times.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:6321: checking for $ac_header" >&5
+echo "$as_me:6433: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 6327 "configure"
+#line 6439 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:6331: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:6443: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:6337: \$? = $ac_status" >&5
+  echo "$as_me:6449: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -6353,7 +6465,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:6356: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:6468: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -6366,23 +6478,23 @@ done
 for ac_header in dlfcn.h image.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:6369: checking for $ac_header" >&5
+echo "$as_me:6481: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 6375 "configure"
+#line 6487 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:6379: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:6491: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:6385: \$? = $ac_status" >&5
+  echo "$as_me:6497: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -6401,7 +6513,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:6404: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:6516: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -6414,23 +6526,23 @@ done
 for ac_header in arpa/inet.h net/if.h netinet/in.h sys/socket.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:6417: checking for $ac_header" >&5
+echo "$as_me:6529: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 6423 "configure"
+#line 6535 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:6427: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:6539: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:6433: \$? = $ac_status" >&5
+  echo "$as_me:6545: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -6449,7 +6561,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:6452: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:6564: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -6462,23 +6574,23 @@ done
 for ac_header in machine/param.h sys/shm.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:6465: checking for $ac_header" >&5
+echo "$as_me:6577: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 6471 "configure"
+#line 6583 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:6475: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:6587: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:6481: \$? = $ac_status" >&5
+  echo "$as_me:6593: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -6497,7 +6609,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:6500: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:6612: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -6510,23 +6622,23 @@ done
 for ac_header in linux/version.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:6513: checking for $ac_header" >&5
+echo "$as_me:6625: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 6519 "configure"
+#line 6631 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:6523: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:6635: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:6529: \$? = $ac_status" >&5
+  echo "$as_me:6641: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -6545,7 +6657,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:6548: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:6660: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -6555,13 +6667,13 @@ EOF
 fi
 done
 
-echo "$as_me:6558: checking whether time.h and sys/time.h may both be included" >&5
+echo "$as_me:6670: checking whether time.h and sys/time.h may both be included" >&5
 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
 if test "${ac_cv_header_time+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 6564 "configure"
+#line 6676 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #include <sys/time.h>
@@ -6577,16 +6689,16 @@ return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:6580: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:6692: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:6583: \$? = $ac_status" >&5
+  echo "$as_me:6695: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:6586: \"$ac_try\"") >&5
+  { (eval echo "$as_me:6698: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:6589: \$? = $ac_status" >&5
+  echo "$as_me:6701: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_header_time=yes
 else
@@ -6596,7 +6708,7 @@ ac_cv_header_time=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:6599: result: $ac_cv_header_time" >&5
+echo "$as_me:6711: result: $ac_cv_header_time" >&5
 echo "${ECHO_T}$ac_cv_header_time" >&6
 if test $ac_cv_header_time = yes; then
 
@@ -6607,7 +6719,7 @@ EOF
 fi
 
 cat >conftest.$ac_ext <<_ACEOF
-#line 6610 "configure"
+#line 6722 "configure"
 #include "confdefs.h"
 #include <time.h>
 
@@ -6623,7 +6735,7 @@ fi
 rm -f conftest*
 
 cat >conftest.$ac_ext <<_ACEOF
-#line 6626 "configure"
+#line 6738 "configure"
 #include "confdefs.h"
 #include <sys/time.h>
 
@@ -6641,23 +6753,23 @@ rm -f conftest*
 for ac_header in cthreads.h pthread.h kernel/scheduler.h kernel/OS.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:6644: checking for $ac_header" >&5
+echo "$as_me:6756: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 6650 "configure"
+#line 6762 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:6654: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:6766: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:6660: \$? = $ac_status" >&5
+  echo "$as_me:6772: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -6676,7 +6788,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:6679: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:6791: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -6699,23 +6811,23 @@ then
 for ac_header in X11/extensions/dpms.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:6702: checking for $ac_header" >&5
+echo "$as_me:6814: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 6708 "configure"
+#line 6820 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:6712: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:6824: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:6718: \$? = $ac_status" >&5
+  echo "$as_me:6830: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -6734,7 +6846,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:6737: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:6849: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -6742,7 +6854,7 @@ if test `eval echo '${'$as_ac_Header'}'` = yes; then
 EOF
 
     cat >conftest.$ac_ext <<_ACEOF
-#line 6745 "configure"
+#line 6857 "configure"
 #include "confdefs.h"
 #include <X11/extensions/dpms.h>
 
@@ -6763,14 +6875,14 @@ done
   CPPFLAGS="$save_CPPFLAGS"
 fi
 
-echo "$as_me:6766: checking for ntohl in sys/param.h" >&5
+echo "$as_me:6878: checking for ntohl in sys/param.h" >&5
 echo $ECHO_N "checking for ntohl in sys/param.h... $ECHO_C" >&6
 if test "${ac_cv_c_ntohl_sys_param_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   CFLAGS="${save_CFLAGS} -Wall -Werror"
      cat >conftest.$ac_ext <<_ACEOF
-#line 6773 "configure"
+#line 6885 "configure"
 #include "confdefs.h"
 #include <sys/param.h>
 int
@@ -6782,16 +6894,16 @@ void foo() { int meuh; ntohl(meuh); }
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:6785: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:6897: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:6788: \$? = $ac_status" >&5
+  echo "$as_me:6900: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:6791: \"$ac_try\"") >&5
+  { (eval echo "$as_me:6903: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:6794: \$? = $ac_status" >&5
+  echo "$as_me:6906: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_c_ntohl_sys_param_h=yes
 else
@@ -6801,7 +6913,7 @@ ac_cv_c_ntohl_sys_param_h=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:6804: result: $ac_cv_c_ntohl_sys_param_h" >&5
+echo "$as_me:6916: result: $ac_cv_c_ntohl_sys_param_h" >&5
 echo "${ECHO_T}$ac_cv_c_ntohl_sys_param_h" >&6
 if test x"$ac_cv_c_ntohl_sys_param_h" != x"no"; then
 
@@ -6811,14 +6923,14 @@ EOF
 
 fi
 
-echo "$as_me:6814: checking if \$CC accepts -finline-limit" >&5
+echo "$as_me:6926: checking if \$CC accepts -finline-limit" >&5
 echo $ECHO_N "checking if \$CC accepts -finline-limit... $ECHO_C" >&6
 if test "${ac_cv_c_inline_limit+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   CFLAGS="${save_CFLAGS} -finline-limit-30000"
      cat >conftest.$ac_ext <<_ACEOF
-#line 6821 "configure"
+#line 6933 "configure"
 #include "confdefs.h"
 
 int
@@ -6830,16 +6942,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:6833: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:6945: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:6836: \$? = $ac_status" >&5
+  echo "$as_me:6948: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:6839: \"$ac_try\"") >&5
+  { (eval echo "$as_me:6951: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:6842: \$? = $ac_status" >&5
+  echo "$as_me:6954: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_c_inline_limit=yes
 else
@@ -6849,20 +6961,20 @@ ac_cv_c_inline_limit=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:6852: result: $ac_cv_c_inline_limit" >&5
+echo "$as_me:6964: result: $ac_cv_c_inline_limit" >&5
 echo "${ECHO_T}$ac_cv_c_inline_limit" >&6
 if test x"$ac_cv_c_inline_limit" != x"no"; then
     save_CFLAGS="${save_CFLAGS} -finline-limit-30000"
 fi
 
-echo "$as_me:6858: checking if \$CC accepts -Wall -Winline" >&5
+echo "$as_me:6970: checking if \$CC accepts -Wall -Winline" >&5
 echo $ECHO_N "checking if \$CC accepts -Wall -Winline... $ECHO_C" >&6
 if test "${ac_cv_c_Wall_Winline+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   CFLAGS="${save_CFLAGS} -Wall -Winline"
      cat >conftest.$ac_ext <<_ACEOF
-#line 6865 "configure"
+#line 6977 "configure"
 #include "confdefs.h"
 
 int
@@ -6874,16 +6986,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:6877: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:6989: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:6880: \$? = $ac_status" >&5
+  echo "$as_me:6992: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:6883: \"$ac_try\"") >&5
+  { (eval echo "$as_me:6995: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:6886: \$? = $ac_status" >&5
+  echo "$as_me:6998: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_c_Wall_Winline=yes
 else
@@ -6893,19 +7005,19 @@ ac_cv_c_Wall_Winline=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:6896: result: $ac_cv_c_Wall_Winline" >&5
+echo "$as_me:7008: result: $ac_cv_c_Wall_Winline" >&5
 echo "${ECHO_T}$ac_cv_c_Wall_Winline" >&6
 if test x"$ac_cv_c_Wall_Winline" != x"no"; then
     save_CFLAGS="${save_CFLAGS} -Wall -Winline"
 else
-    echo "$as_me:6901: checking if \$CC accepts -wall -winline" >&5
+    echo "$as_me:7013: checking if \$CC accepts -wall -winline" >&5
 echo $ECHO_N "checking if \$CC accepts -wall -winline... $ECHO_C" >&6
 if test "${ac_cv_c_wall_winline+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   CFLAGS="${save_CFLAGS} -wall -winline"
          cat >conftest.$ac_ext <<_ACEOF
-#line 6908 "configure"
+#line 7020 "configure"
 #include "confdefs.h"
 
 int
@@ -6917,16 +7029,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:6920: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7032: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:6923: \$? = $ac_status" >&5
+  echo "$as_me:7035: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:6926: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7038: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:6929: \$? = $ac_status" >&5
+  echo "$as_me:7041: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_c_wall_winline=yes
 else
@@ -6936,21 +7048,21 @@ ac_cv_c_wall_winline=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:6939: result: $ac_cv_c_wall_winline" >&5
+echo "$as_me:7051: result: $ac_cv_c_wall_winline" >&5
 echo "${ECHO_T}$ac_cv_c_wall_winline" >&6
     if test x"$ac_cv_c_wall_winline" != x"no"; then
         save_CFLAGS="${save_CFLAGS} -wall -winline"
     fi
 fi
 
-echo "$as_me:6946: checking if \$CC accepts -pipe" >&5
+echo "$as_me:7058: checking if \$CC accepts -pipe" >&5
 echo $ECHO_N "checking if \$CC accepts -pipe... $ECHO_C" >&6
 if test "${ac_cv_c_pipe+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   CFLAGS="${save_CFLAGS} -pipe"
      cat >conftest.$ac_ext <<_ACEOF
-#line 6953 "configure"
+#line 7065 "configure"
 #include "confdefs.h"
 
 int
@@ -6962,16 +7074,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:6965: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7077: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:6968: \$? = $ac_status" >&5
+  echo "$as_me:7080: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:6971: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7083: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:6974: \$? = $ac_status" >&5
+  echo "$as_me:7086: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_c_pipe=yes
 else
@@ -6981,20 +7093,20 @@ ac_cv_c_pipe=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:6984: result: $ac_cv_c_pipe" >&5
+echo "$as_me:7096: result: $ac_cv_c_pipe" >&5
 echo "${ECHO_T}$ac_cv_c_pipe" >&6
 if test x"$ac_cv_c_pipe" != x"no"; then
     save_CFLAGS="${save_CFLAGS} -pipe"
 fi
 
-echo "$as_me:6990: checking if \$CC accepts -O3" >&5
+echo "$as_me:7102: checking if \$CC accepts -O3" >&5
 echo $ECHO_N "checking if \$CC accepts -O3... $ECHO_C" >&6
 if test "${ac_cv_c_o3+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   CFLAGS="${save_CFLAGS} -O3"
      cat >conftest.$ac_ext <<_ACEOF
-#line 6997 "configure"
+#line 7109 "configure"
 #include "confdefs.h"
 
 int
@@ -7006,16 +7118,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7009: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7121: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:7012: \$? = $ac_status" >&5
+  echo "$as_me:7124: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:7015: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7127: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7018: \$? = $ac_status" >&5
+  echo "$as_me:7130: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_c_o3=yes
 else
@@ -7025,19 +7137,19 @@ ac_cv_c_o3=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:7028: result: $ac_cv_c_o3" >&5
+echo "$as_me:7140: result: $ac_cv_c_o3" >&5
 echo "${ECHO_T}$ac_cv_c_o3" >&6
 if test x"$ac_cv_c_o3" != x"no"; then
     CFLAGS_OPTIM="${CFLAGS_OPTIM} -O3"
 else
-    echo "$as_me:7033: checking if \$CC accepts -O2" >&5
+    echo "$as_me:7145: checking if \$CC accepts -O2" >&5
 echo $ECHO_N "checking if \$CC accepts -O2... $ECHO_C" >&6
 if test "${ac_cv_c_o2+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   CFLAGS="${save_CFLAGS} -O2"
          cat >conftest.$ac_ext <<_ACEOF
-#line 7040 "configure"
+#line 7152 "configure"
 #include "confdefs.h"
 
 int
@@ -7049,16 +7161,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7052: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7164: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:7055: \$? = $ac_status" >&5
+  echo "$as_me:7167: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:7058: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7170: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7061: \$? = $ac_status" >&5
+  echo "$as_me:7173: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_c_o2=yes
 else
@@ -7068,19 +7180,19 @@ ac_cv_c_o2=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:7071: result: $ac_cv_c_o2" >&5
+echo "$as_me:7183: result: $ac_cv_c_o2" >&5
 echo "${ECHO_T}$ac_cv_c_o2" >&6
     if test x"$ac_cv_c_o2" != x"no"; then
         CFLAGS_OPTIM="${CFLAGS_OPTIM} -O2"
     else
-        echo "$as_me:7076: checking if \$CC accepts -O" >&5
+        echo "$as_me:7188: checking if \$CC accepts -O" >&5
 echo $ECHO_N "checking if \$CC accepts -O... $ECHO_C" >&6
 if test "${ac_cv_c_o+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   CFLAGS="${save_CFLAGS} -O"
              cat >conftest.$ac_ext <<_ACEOF
-#line 7083 "configure"
+#line 7195 "configure"
 #include "confdefs.h"
 
 int
@@ -7092,16 +7204,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7095: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7207: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:7098: \$? = $ac_status" >&5
+  echo "$as_me:7210: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:7101: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7213: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7104: \$? = $ac_status" >&5
+  echo "$as_me:7216: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_c_o=yes
 else
@@ -7111,7 +7223,7 @@ ac_cv_c_o=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:7114: result: $ac_cv_c_o" >&5
+echo "$as_me:7226: result: $ac_cv_c_o" >&5
 echo "${ECHO_T}$ac_cv_c_o" >&6
         if test x"$ac_cv_c_o" != x"no"; then
             CFLAGS_OPTIM="${CFLAGS_OPTIM} -O"
@@ -7119,14 +7231,14 @@ echo "${ECHO_T}$ac_cv_c_o" >&6
     fi
 fi
 
-echo "$as_me:7122: checking if \$CC accepts -ffast-math" >&5
+echo "$as_me:7234: checking if \$CC accepts -ffast-math" >&5
 echo $ECHO_N "checking if \$CC accepts -ffast-math... $ECHO_C" >&6
 if test "${ac_cv_c_fast_math+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   CFLAGS="${save_CFLAGS} -ffast-math"
      cat >conftest.$ac_ext <<_ACEOF
-#line 7129 "configure"
+#line 7241 "configure"
 #include "confdefs.h"
 
 int
@@ -7138,16 +7250,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7141: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7253: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:7144: \$? = $ac_status" >&5
+  echo "$as_me:7256: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:7147: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7259: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7150: \$? = $ac_status" >&5
+  echo "$as_me:7262: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_c_fast_math=yes
 else
@@ -7157,20 +7269,20 @@ ac_cv_c_fast_math=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:7160: result: $ac_cv_c_fast_math" >&5
+echo "$as_me:7272: result: $ac_cv_c_fast_math" >&5
 echo "${ECHO_T}$ac_cv_c_fast_math" >&6
 if test x"$ac_cv_c_fast_math" != x"no"; then
     CFLAGS_OPTIM="${CFLAGS_OPTIM} -ffast-math"
 fi
 
-echo "$as_me:7166: checking if \$CC accepts -funroll-loops" >&5
+echo "$as_me:7278: checking if \$CC accepts -funroll-loops" >&5
 echo $ECHO_N "checking if \$CC accepts -funroll-loops... $ECHO_C" >&6
 if test "${ac_cv_c_unroll_loops+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   CFLAGS="${save_CFLAGS} -funroll-loops"
      cat >conftest.$ac_ext <<_ACEOF
-#line 7173 "configure"
+#line 7285 "configure"
 #include "confdefs.h"
 
 int
@@ -7182,16 +7294,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7185: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7297: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:7188: \$? = $ac_status" >&5
+  echo "$as_me:7300: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:7191: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7303: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7194: \$? = $ac_status" >&5
+  echo "$as_me:7306: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_c_unroll_loops=yes
 else
@@ -7201,20 +7313,20 @@ ac_cv_c_unroll_loops=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:7204: result: $ac_cv_c_unroll_loops" >&5
+echo "$as_me:7316: result: $ac_cv_c_unroll_loops" >&5
 echo "${ECHO_T}$ac_cv_c_unroll_loops" >&6
 if test x"$ac_cv_c_unroll_loops" != x"no"; then
     CFLAGS_OPTIM="${CFLAGS_OPTIM} -funroll-loops"
 fi
 
-echo "$as_me:7210: checking if \$CC accepts -fomit-frame-pointer" >&5
+echo "$as_me:7322: checking if \$CC accepts -fomit-frame-pointer" >&5
 echo $ECHO_N "checking if \$CC accepts -fomit-frame-pointer... $ECHO_C" >&6
 if test "${ac_cv_c_omit_frame_pointer+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   CFLAGS="${save_CFLAGS} -fomit-frame-pointer"
      cat >conftest.$ac_ext <<_ACEOF
-#line 7217 "configure"
+#line 7329 "configure"
 #include "confdefs.h"
 
 int
@@ -7226,16 +7338,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7229: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7341: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:7232: \$? = $ac_status" >&5
+  echo "$as_me:7344: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:7235: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7347: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7238: \$? = $ac_status" >&5
+  echo "$as_me:7350: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_c_omit_frame_pointer=yes
 else
@@ -7245,7 +7357,7 @@ ac_cv_c_omit_frame_pointer=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:7248: result: $ac_cv_c_omit_frame_pointer" >&5
+echo "$as_me:7360: result: $ac_cv_c_omit_frame_pointer" >&5
 echo "${ECHO_T}$ac_cv_c_omit_frame_pointer" >&6
 if test x"$ac_cv_c_omit_frame_pointer" != x"no"; then
     CFLAGS_OPTIM_NODEBUG="${CFLAGS_OPTIM_NODEBUG} -fomit-frame-pointer"
@@ -7253,14 +7365,14 @@ fi
 
 if test x$SYS = xmingw32
 then
-    echo "$as_me:7256: checking if \$CC accepts -mms-bitfields" >&5
+    echo "$as_me:7368: checking if \$CC accepts -mms-bitfields" >&5
 echo $ECHO_N "checking if \$CC accepts -mms-bitfields... $ECHO_C" >&6
 if test "${ac_cv_c_mms_bitfields+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   CFLAGS="${save_CFLAGS} -mms-bitfields"
          cat >conftest.$ac_ext <<_ACEOF
-#line 7263 "configure"
+#line 7375 "configure"
 #include "confdefs.h"
 
 int
@@ -7272,16 +7384,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7275: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7387: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:7278: \$? = $ac_status" >&5
+  echo "$as_me:7390: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:7281: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7393: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7284: \$? = $ac_status" >&5
+  echo "$as_me:7396: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_c_mms_bitfields=yes
 else
@@ -7291,7 +7403,7 @@ ac_cv_c_mms_bitfields=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:7294: result: $ac_cv_c_mms_bitfields" >&5
+echo "$as_me:7406: result: $ac_cv_c_mms_bitfields" >&5
 echo "${ECHO_T}$ac_cv_c_mms_bitfields" >&6
     if test x"$ac_cv_c_mms_bitfields" != x"no"; then
         save_CFLAGS="${save_CFLAGS} -mms-bitfields"
@@ -7302,14 +7414,14 @@ echo "${ECHO_T}$ac_cv_c_mms_bitfields" >&6
     fi
 fi
 
-echo "$as_me:7305: checking if \$CC accepts -bundle -undefined error -lcc_dynamic" >&5
+echo "$as_me:7417: checking if \$CC accepts -bundle -undefined error -lcc_dynamic" >&5
 echo $ECHO_N "checking if \$CC accepts -bundle -undefined error -lcc_dynamic... $ECHO_C" >&6
 if test "${ac_cv_ld_darwin+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   CFLAGS="${save_CFLAGS} -bundle -undefined error -lcc_dynamic"
      cat >conftest.$ac_ext <<_ACEOF
-#line 7312 "configure"
+#line 7424 "configure"
 #include "confdefs.h"
 
 int
@@ -7321,16 +7433,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7324: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7436: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:7327: \$? = $ac_status" >&5
+  echo "$as_me:7439: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:7330: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7442: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7333: \$? = $ac_status" >&5
+  echo "$as_me:7445: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_ld_darwin=yes
 else
@@ -7340,20 +7452,20 @@ ac_cv_ld_darwin=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:7343: result: $ac_cv_ld_darwin" >&5
+echo "$as_me:7455: result: $ac_cv_ld_darwin" >&5
 echo "${ECHO_T}$ac_cv_ld_darwin" >&6
 if test x"$ac_cv_ld_darwin" != x"no"; then
     plugins_LDFLAGS="${plugins_LDFLAGS} -bundle -undefined error -lcc_dynamic"
 fi
 
-echo "$as_me:7349: checking if \$CC accepts -shared" >&5
+echo "$as_me:7461: checking if \$CC accepts -shared" >&5
 echo $ECHO_N "checking if \$CC accepts -shared... $ECHO_C" >&6
 if test "${ac_cv_ld_plugins+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   CFLAGS="${save_CFLAGS} -shared"
      cat >conftest.$ac_ext <<_ACEOF
-#line 7356 "configure"
+#line 7468 "configure"
 #include "confdefs.h"
 
 int
@@ -7365,16 +7477,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7368: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7480: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:7371: \$? = $ac_status" >&5
+  echo "$as_me:7483: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:7374: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7486: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7377: \$? = $ac_status" >&5
+  echo "$as_me:7489: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_ld_plugins=yes
 else
@@ -7384,20 +7496,20 @@ ac_cv_ld_plugins=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:7387: result: $ac_cv_ld_plugins" >&5
+echo "$as_me:7499: result: $ac_cv_ld_plugins" >&5
 echo "${ECHO_T}$ac_cv_ld_plugins" >&6
 if test x"$ac_cv_ld_plugins" != x"no"; then
     plugins_LDFLAGS="${plugins_LDFLAGS} -shared"
 fi
 
-echo "$as_me:7393: checking for variadic cpp macros" >&5
+echo "$as_me:7505: checking for variadic cpp macros" >&5
 echo $ECHO_N "checking for variadic cpp macros... $ECHO_C" >&6
 if test "${ac_cv_cpp_variadic_macros+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   CFLAGS="${save_CFLAGS}"
      cat >conftest.$ac_ext <<_ACEOF
-#line 7400 "configure"
+#line 7512 "configure"
 #include "confdefs.h"
 #include <stdio.h>
           #define a(b,c...) printf(b,##c)
@@ -7410,16 +7522,16 @@ a("foo");a("%s","bar");a("%s%s","baz","quux");
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7413: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7525: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:7416: \$? = $ac_status" >&5
+  echo "$as_me:7528: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:7419: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7531: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7422: \$? = $ac_status" >&5
+  echo "$as_me:7534: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_cpp_variadic_macros=yes
 else
@@ -7429,7 +7541,7 @@ ac_cv_cpp_variadic_macros=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:7432: result: $ac_cv_cpp_variadic_macros" >&5
+echo "$as_me:7544: result: $ac_cv_cpp_variadic_macros" >&5
 echo "${ECHO_T}$ac_cv_cpp_variadic_macros" >&6
 if test x"$ac_cv_cpp_variadic_macros" != x"no"; then
 
@@ -7439,7 +7551,7 @@ EOF
 
 fi
 
-echo "$as_me:7442: checking __attribute__ ((aligned ())) support" >&5
+echo "$as_me:7554: checking __attribute__ ((aligned ())) support" >&5
 echo $ECHO_N "checking __attribute__ ((aligned ())) support... $ECHO_C" >&6
 if test "${ac_cv_c_attribute_aligned+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7448,7 +7560,7 @@ else
         CFLAGS="${save_CFLAGS} -Werror"
     for ac_cv_c_attr_align_try in 2 4 8 16 32 64; do
         cat >conftest.$ac_ext <<_ACEOF
-#line 7451 "configure"
+#line 7563 "configure"
 #include "confdefs.h"
 
 int
@@ -7460,16 +7572,16 @@ static char c __attribute__ ((aligned($ac_cv_c_attr_align_try))) = 0; return c;
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7463: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7575: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:7466: \$? = $ac_status" >&5
+  echo "$as_me:7578: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:7469: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7581: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7472: \$? = $ac_status" >&5
+  echo "$as_me:7584: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_c_attribute_aligned=$ac_cv_c_attr_align_try
 else
@@ -7479,7 +7591,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
     done
 fi
-echo "$as_me:7482: result: $ac_cv_c_attribute_aligned" >&5
+echo "$as_me:7594: result: $ac_cv_c_attribute_aligned" >&5
 echo "${ECHO_T}$ac_cv_c_attribute_aligned" >&6
 if test x"$ac_cv_c_attribute_aligned" != x"0"; then
 
@@ -7493,13 +7605,13 @@ CFLAGS="${save_CFLAGS}"
 CPPFLAGS="${save_CPPFLAGS}"
 LDFLAGS="${save_LDFLAGS}"
 
-echo "$as_me:7496: checking for boolean_t in sys/types.h" >&5
+echo "$as_me:7608: checking for boolean_t in sys/types.h" >&5
 echo $ECHO_N "checking for boolean_t in sys/types.h... $ECHO_C" >&6
 if test "${ac_cv_c_boolean_t_sys_types_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 7502 "configure"
+#line 7614 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 int
@@ -7511,16 +7623,16 @@ boolean_t foo;
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7514: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7626: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:7517: \$? = $ac_status" >&5
+  echo "$as_me:7629: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:7520: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7632: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7523: \$? = $ac_status" >&5
+  echo "$as_me:7635: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_c_boolean_t_sys_types_h=yes
 else
@@ -7530,7 +7642,7 @@ ac_cv_c_boolean_t_sys_types_h=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:7533: result: $ac_cv_c_boolean_t_sys_types_h" >&5
+echo "$as_me:7645: result: $ac_cv_c_boolean_t_sys_types_h" >&5
 echo "${ECHO_T}$ac_cv_c_boolean_t_sys_types_h" >&6
 if test x"$ac_cv_c_boolean_t_sys_types_h" != x"no"; then
 
@@ -7540,13 +7652,13 @@ EOF
 
 fi
 
-echo "$as_me:7543: checking for boolean_t in pthread.h" >&5
+echo "$as_me:7655: checking for boolean_t in pthread.h" >&5
 echo $ECHO_N "checking for boolean_t in pthread.h... $ECHO_C" >&6
 if test "${ac_cv_c_boolean_t_pthread_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 7549 "configure"
+#line 7661 "configure"
 #include "confdefs.h"
 #include <pthread.h>
 int
@@ -7558,16 +7670,16 @@ boolean_t foo;
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7561: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7673: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:7564: \$? = $ac_status" >&5
+  echo "$as_me:7676: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:7567: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7679: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7570: \$? = $ac_status" >&5
+  echo "$as_me:7682: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_c_boolean_t_pthread_h=yes
 else
@@ -7577,7 +7689,7 @@ ac_cv_c_boolean_t_pthread_h=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:7580: result: $ac_cv_c_boolean_t_pthread_h" >&5
+echo "$as_me:7692: result: $ac_cv_c_boolean_t_pthread_h" >&5
 echo "${ECHO_T}$ac_cv_c_boolean_t_pthread_h" >&6
 if test x"$ac_cv_c_boolean_t_pthread_h" != x"no"; then
 
@@ -7587,13 +7699,13 @@ EOF
 
 fi
 
-echo "$as_me:7590: checking for boolean_t in cthreads.h" >&5
+echo "$as_me:7702: checking for boolean_t in cthreads.h" >&5
 echo $ECHO_N "checking for boolean_t in cthreads.h... $ECHO_C" >&6
 if test "${ac_cv_c_boolean_t_cthreads_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 7596 "configure"
+#line 7708 "configure"
 #include "confdefs.h"
 #include <cthreads.h>
 int
@@ -7605,16 +7717,16 @@ boolean_t foo;
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7608: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7720: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:7611: \$? = $ac_status" >&5
+  echo "$as_me:7723: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:7614: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7726: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7617: \$? = $ac_status" >&5
+  echo "$as_me:7729: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_c_boolean_t_cthreads_h=yes
 else
@@ -7624,7 +7736,7 @@ ac_cv_c_boolean_t_cthreads_h=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:7627: result: $ac_cv_c_boolean_t_cthreads_h" >&5
+echo "$as_me:7739: result: $ac_cv_c_boolean_t_cthreads_h" >&5
 echo "${ECHO_T}$ac_cv_c_boolean_t_cthreads_h" >&6
 if test x"$ac_cv_c_boolean_t_cthreads_h" != x"no"; then
 
@@ -7659,13 +7771,13 @@ then
     PLUGINS="${PLUGINS} ${NETWORK_MODULES}"
 fi
 
-echo "$as_me:7662: checking if \$CC groks MMX inline assembly" >&5
+echo "$as_me:7774: checking if \$CC groks MMX inline assembly" >&5
 echo $ECHO_N "checking if \$CC groks MMX inline assembly... $ECHO_C" >&6
 if test "${ac_cv_mmx_inline+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 7668 "configure"
+#line 7780 "configure"
 #include "confdefs.h"
 
 int
@@ -7677,16 +7789,16 @@ void *p;asm volatile("packuswb %%mm1,%%mm2"::"r"(p));
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7680: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7792: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:7683: \$? = $ac_status" >&5
+  echo "$as_me:7795: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:7686: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7798: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7689: \$? = $ac_status" >&5
+  echo "$as_me:7801: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_mmx_inline=yes
 else
@@ -7696,19 +7808,19 @@ ac_cv_mmx_inline=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:7699: result: $ac_cv_mmx_inline" >&5
+echo "$as_me:7811: result: $ac_cv_mmx_inline" >&5
 echo "${ECHO_T}$ac_cv_mmx_inline" >&6
 if test x"$ac_cv_mmx_inline" != x"no"; then
   ACCEL_MODULES="${ACCEL_MODULES} ${MMX_MODULES}"
 fi
 
-echo "$as_me:7705: checking if \$CC groks MMX EXT inline assembly" >&5
+echo "$as_me:7817: checking if \$CC groks MMX EXT inline assembly" >&5
 echo $ECHO_N "checking if \$CC groks MMX EXT inline assembly... $ECHO_C" >&6
 if test "${ac_cv_mmxext_inline+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 7711 "configure"
+#line 7823 "configure"
 #include "confdefs.h"
 
 int
@@ -7720,16 +7832,16 @@ void *p;asm volatile("maskmovq %%mm1,%%mm2"::"r"(p));
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7723: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7835: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:7726: \$? = $ac_status" >&5
+  echo "$as_me:7838: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:7729: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7841: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7732: \$? = $ac_status" >&5
+  echo "$as_me:7844: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_mmxext_inline=yes
 else
@@ -7739,19 +7851,19 @@ ac_cv_mmxext_inline=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:7742: result: $ac_cv_mmxext_inline" >&5
+echo "$as_me:7854: result: $ac_cv_mmxext_inline" >&5
 echo "${ECHO_T}$ac_cv_mmxext_inline" >&6
 if test x"$ac_cv_mmxext_inline" != x"no"; then
   ACCEL_MODULES="${ACCEL_MODULES} ${MMXEXT_MODULES}"
 fi
 
-echo "$as_me:7748: checking if \$CC groks 3D Now! inline assembly" >&5
+echo "$as_me:7860: checking if \$CC groks 3D Now! inline assembly" >&5
 echo $ECHO_N "checking if \$CC groks 3D Now! inline assembly... $ECHO_C" >&6
 if test "${ac_cv_3dnow_inline+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 7754 "configure"
+#line 7866 "configure"
 #include "confdefs.h"
 
 int
@@ -7763,16 +7875,16 @@ void *p;asm volatile("pfadd %%mm1,%%mm2"::"r"(p));
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7766: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7878: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:7769: \$? = $ac_status" >&5
+  echo "$as_me:7881: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:7772: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7884: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7775: \$? = $ac_status" >&5
+  echo "$as_me:7887: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_3dnow_inline=yes
 else
@@ -7782,7 +7894,7 @@ ac_cv_3dnow_inline=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:7785: result: $ac_cv_3dnow_inline" >&5
+echo "$as_me:7897: result: $ac_cv_3dnow_inline" >&5
 echo "${ECHO_T}$ac_cv_3dnow_inline" >&6
 if test x"$ac_cv_3dnow_inline" != x"no"; then
 
@@ -7793,13 +7905,13 @@ EOF
   ACCEL_MODULES="${ACCEL_MODULES} ${THREEDNOW_MODULES}"
 fi
 
-echo "$as_me:7796: checking if \$CC groks SSE inline assembly" >&5
+echo "$as_me:7908: checking if \$CC groks SSE inline assembly" >&5
 echo $ECHO_N "checking if \$CC groks SSE inline assembly... $ECHO_C" >&6
 if test "${ac_cv_sse_inline+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 7802 "configure"
+#line 7914 "configure"
 #include "confdefs.h"
 
 int
@@ -7811,16 +7923,16 @@ void *p;asm volatile("xorps %%xmm1,%%xmm2"::"r"(p));
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7814: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7926: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:7817: \$? = $ac_status" >&5
+  echo "$as_me:7929: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:7820: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7932: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7823: \$? = $ac_status" >&5
+  echo "$as_me:7935: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_sse_inline=yes
 else
@@ -7830,7 +7942,7 @@ ac_cv_sse_inline=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:7833: result: $ac_cv_sse_inline" >&5
+echo "$as_me:7945: result: $ac_cv_sse_inline" >&5
 echo "${ECHO_T}$ac_cv_sse_inline" >&6
 if test x"$ac_cv_sse_inline" != x"no" -a x$SYS != xmingw32; then
 
@@ -7844,13 +7956,13 @@ fi
 # don't try to grok altivec with native mingw32 it doesn't work right now
 # we should be able to remove this test with future versions of mingw32
 if test x$SYS != xmingw32; then
-echo "$as_me:7847: checking if \$CC groks Altivec inline assembly" >&5
+echo "$as_me:7959: checking if \$CC groks Altivec inline assembly" >&5
 echo $ECHO_N "checking if \$CC groks Altivec inline assembly... $ECHO_C" >&6
 if test "${ac_cv_altivec_inline+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 7853 "configure"
+#line 7965 "configure"
 #include "confdefs.h"
 
 int
@@ -7862,16 +7974,16 @@ asm volatile("vperm 0,1,2,3");
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7865: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7977: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:7868: \$? = $ac_status" >&5
+  echo "$as_me:7980: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:7871: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7983: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7874: \$? = $ac_status" >&5
+  echo "$as_me:7986: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_altivec_inline=yes
 else
@@ -7880,7 +7992,7 @@ cat conftest.$ac_ext >&5
 save_CFLAGS=$CFLAGS
           CFLAGS="$CFLAGS -Wa,-m7400"
           cat >conftest.$ac_ext <<_ACEOF
-#line 7883 "configure"
+#line 7995 "configure"
 #include "confdefs.h"
 
 int
@@ -7892,16 +8004,16 @@ asm volatile("vperm 0,1,2,3");
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7895: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8007: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:7898: \$? = $ac_status" >&5
+  echo "$as_me:8010: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:7901: \"$ac_try\"") >&5
+  { (eval echo "$as_me:8013: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7904: \$? = $ac_status" >&5
+  echo "$as_me:8016: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_altivec_inline="-Wa,-m7400"
 else
@@ -7915,7 +8027,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:7918: result: $ac_cv_altivec_inline" >&5
+echo "$as_me:8030: result: $ac_cv_altivec_inline" >&5
 echo "${ECHO_T}$ac_cv_altivec_inline" >&6
 if test x"$ac_cv_altivec_inline" != x"no"; then
 
@@ -7932,7 +8044,7 @@ EOF
   ACCEL_MODULES="${ACCEL_MODULES} ${ALTIVEC_MODULES}"
 fi
 
-echo "$as_me:7935: checking if \$CC groks Altivec C extensions" >&5
+echo "$as_me:8047: checking if \$CC groks Altivec C extensions" >&5
 echo $ECHO_N "checking if \$CC groks Altivec C extensions... $ECHO_C" >&6
 if test "${ac_cv_c_altivec+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7941,7 +8053,7 @@ else
      CFLAGS="$CFLAGS -faltivec"
      # Darwin test
      cat >conftest.$ac_ext <<_ACEOF
-#line 7944 "configure"
+#line 8056 "configure"
 #include "confdefs.h"
 
 int
@@ -7953,16 +8065,16 @@ vec_mtvscr((vector unsigned int)(0));
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7956: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8068: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:7959: \$? = $ac_status" >&5
+  echo "$as_me:8071: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:7962: \"$ac_try\"") >&5
+  { (eval echo "$as_me:8074: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7965: \$? = $ac_status" >&5
+  echo "$as_me:8077: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_c_altivec=-faltivec
 else
@@ -7972,7 +8084,7 @@ cat conftest.$ac_ext >&5
         # Linux/PPC test
         CFLAGS="$save_CFLAGS $idctaltivec_CFLAGS -fvec"
         cat >conftest.$ac_ext <<_ACEOF
-#line 7975 "configure"
+#line 8087 "configure"
 #include "confdefs.h"
 
 int
@@ -7984,16 +8096,16 @@ vec_mtvscr((vector unsigned int)(0));
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7987: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8099: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:7990: \$? = $ac_status" >&5
+  echo "$as_me:8102: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:7993: \"$ac_try\"") >&5
+  { (eval echo "$as_me:8105: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7996: \$? = $ac_status" >&5
+  echo "$as_me:8108: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_c_altivec="-fvec"
 else
@@ -8008,7 +8120,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
      CFLAGS=$save_CFLAGS
 
 fi
-echo "$as_me:8011: result: $ac_cv_c_altivec" >&5
+echo "$as_me:8123: result: $ac_cv_c_altivec" >&5
 echo "${ECHO_T}$ac_cv_c_altivec" >&6
 if test x"$ac_cv_c_altivec" != x"no"; then
 
@@ -8023,7 +8135,7 @@ EOF
   ACCEL_MODULES="${ACCEL_MODULES} ${ALTIVEC_MODULES}"
 fi
 
-echo "$as_me:8026: checking if linker needs -framework vecLib" >&5
+echo "$as_me:8138: checking if linker needs -framework vecLib" >&5
 echo $ECHO_N "checking if linker needs -framework vecLib... $ECHO_C" >&6
 if test "${ac_cv_ld_altivec+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8031,7 +8143,7 @@ else
   save_LDFLAGS=$LDFLAGS
      LDFLAGS="$LDFLAGS -framework vecLib"
      cat >conftest.$ac_ext <<_ACEOF
-#line 8034 "configure"
+#line 8146 "configure"
 #include "confdefs.h"
 
 int
@@ -8043,16 +8155,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8046: \"$ac_link\"") >&5
+if { (eval echo "$as_me:8158: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:8049: \$? = $ac_status" >&5
+  echo "$as_me:8161: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:8052: \"$ac_try\"") >&5
+  { (eval echo "$as_me:8164: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:8055: \$? = $ac_status" >&5
+  echo "$as_me:8167: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_ld_altivec=yes
 else
@@ -8064,7 +8176,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
      LDFLAGS=$save_LDFLAGS
 
 fi
-echo "$as_me:8067: result: $ac_cv_ld_altivec" >&5
+echo "$as_me:8179: result: $ac_cv_ld_altivec" >&5
 echo "${ECHO_T}$ac_cv_ld_altivec" >&6
 if test x"$ac_cv_ld_altivec" != x"no"; then
   idctaltivec_LDFLAGS="${idctaltivec_LDFLAGS} -framework vecLib"
@@ -8173,23 +8285,23 @@ fi;
 for ac_header in dvdcss/dvdcss.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:8176: checking for $ac_header" >&5
+echo "$as_me:8288: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 8182 "configure"
+#line 8294 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:8186: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:8298: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:8192: \$? = $ac_status" >&5
+  echo "$as_me:8304: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -8208,7 +8320,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:8211: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:8323: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -8217,37 +8329,37 @@ EOF
   PLUGINS="${PLUGINS} dvd"
           dvd_LDFLAGS="${dvd_LDFLAGS} -ldvdcss"
 else
-   { echo "$as_me:8220: WARNING: libdvdcss is no longer provided with vlc; please get libdvdcss from http://www.videolan.org/libdvdcss/ and build it. Then either use --with-dvdcss=<path/where/libdvdcss/was/installed> for dynamic linking (recommended under Unix) or --with-dvdcss-tree=<path/where/libdvdcss/was/built> for static linking (recommended under BeOS, Windows, MacOS X). Alternatively you can use --disable-dvd to disable the DVD plugin." >&5
+   { echo "$as_me:8332: WARNING: libdvdcss is no longer provided with vlc; please get libdvdcss from http://www.videolan.org/libdvdcss/ and build it. Then either use --with-dvdcss=<path/where/libdvdcss/was/installed> for dynamic linking (recommended under Unix) or --with-dvdcss-tree=<path/where/libdvdcss/was/built> for static linking (recommended under BeOS, Windows, MacOS X). Alternatively you can use --disable-dvd to disable the DVD plugin." >&5
 echo "$as_me: WARNING: libdvdcss is no longer provided with vlc; please get libdvdcss from http://www.videolan.org/libdvdcss/ and build it. Then either use --with-dvdcss=<path/where/libdvdcss/was/installed> for dynamic linking (recommended under Unix) or --with-dvdcss-tree=<path/where/libdvdcss/was/built> for static linking (recommended under BeOS, Windows, MacOS X). Alternatively you can use --disable-dvd to disable the DVD plugin." >&2;}
-          { { echo "$as_me:8222: error: cannot find libdvdcss headers" >&5
+          { { echo "$as_me:8334: error: cannot find libdvdcss headers" >&5
 echo "$as_me: error: cannot find libdvdcss headers" >&2;}
    { (exit 1); exit 1; }; }
 fi
 done
 
     else
-      echo "$as_me:8229: checking for libdvdcss.a in ${with_dvdcss_tree}" >&5
+      echo "$as_me:8341: checking for libdvdcss.a in ${with_dvdcss_tree}" >&5
 echo $ECHO_N "checking for libdvdcss.a in ${with_dvdcss_tree}... $ECHO_C" >&6
       real_dvdcss_tree="`cd ${with_dvdcss_tree} 2>/dev/null && pwd`"
       if test "x$real_dvdcss_tree" = x
       then
-                echo "$as_me:8234: result: no" >&5
+                echo "$as_me:8346: result: no" >&5
 echo "${ECHO_T}no" >&6
-        { { echo "$as_me:8236: error: cannot cd to ${with_dvdcss_tree}" >&5
+        { { echo "$as_me:8348: error: cannot cd to ${with_dvdcss_tree}" >&5
 echo "$as_me: error: cannot cd to ${with_dvdcss_tree}" >&2;}
    { (exit 1); exit 1; }; }
       fi
       if test -f "${real_dvdcss_tree}/src/.libs/libdvdcss.a"
       then
-                echo "$as_me:8242: result: ${real_dvdcss_tree}/src/.libs/libdvdcss.a" >&5
+                echo "$as_me:8354: result: ${real_dvdcss_tree}/src/.libs/libdvdcss.a" >&5
 echo "${ECHO_T}${real_dvdcss_tree}/src/.libs/libdvdcss.a" >&6
         BUILTINS="${BUILTINS} dvd"
         dvd_LDFLAGS="${dvd_LDFLAGS} ${real_dvdcss_tree}/src/.libs/libdvdcss.a"
         dvd_CFLAGS="${dvd_CFLAGS} -I${real_dvdcss_tree}/src"
       else
-                echo "$as_me:8248: result: no" >&5
+                echo "$as_me:8360: result: no" >&5
 echo "${ECHO_T}no" >&6
-        { { echo "$as_me:8250: error: cannot find ${real_dvdcss_tree}/src/.libs/libdvdcss.a, make sure you compiled libdvdcss in ${with_dvdcss_tree}" >&5
+        { { echo "$as_me:8362: error: cannot find ${real_dvdcss_tree}/src/.libs/libdvdcss.a, make sure you compiled libdvdcss in ${with_dvdcss_tree}" >&5
 echo "$as_me: error: cannot find ${real_dvdcss_tree}/src/.libs/libdvdcss.a, make sure you compiled libdvdcss in ${with_dvdcss_tree}" >&2;}
    { (exit 1); exit 1; }; }
       fi
@@ -8259,19 +8371,19 @@ echo "$as_me: error: cannot find ${real_dvdcss_tree}/src/.libs/libdvdcss.a, make
     dvd_LDFLAGS="${dvd_LDFLAGS} -ldl"
   ;;
   *)
-    echo "$as_me:8262: checking for dvdcss headers in ${with_dvdcss}" >&5
+    echo "$as_me:8374: checking for dvdcss headers in ${with_dvdcss}" >&5
 echo $ECHO_N "checking for dvdcss headers in ${with_dvdcss}... $ECHO_C" >&6
     if test -f ${with_dvdcss}/include/dvdcss/dvdcss.h
     then
-            echo "$as_me:8266: result: yes" >&5
+            echo "$as_me:8378: result: yes" >&5
 echo "${ECHO_T}yes" >&6
       PLUGINS="${PLUGINS} dvd"
       dvd_LDFLAGS="${dvd_LDFLAGS} -L${with_dvdcss}/lib -ldvdcss"
       dvd_CFLAGS="${dvd_CFLAGS} -I${with_dvdcss}/include"
     else
-            echo "$as_me:8272: result: no" >&5
+            echo "$as_me:8384: result: no" >&5
 echo "${ECHO_T}no" >&6
-      { { echo "$as_me:8274: error: cannot find ${with_dvdcss}/include/dvdcss/dvdcss.h" >&5
+      { { echo "$as_me:8386: error: cannot find ${with_dvdcss}/include/dvdcss/dvdcss.h" >&5
 echo "$as_me: error: cannot find ${with_dvdcss}/include/dvdcss/dvdcss.h" >&2;}
    { (exit 1); exit 1; }; }
     fi
@@ -8305,23 +8417,23 @@ fi;
 for ac_header in dvdread/dvd_reader.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:8308: checking for $ac_header" >&5
+echo "$as_me:8420: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 8314 "configure"
+#line 8426 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:8318: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:8430: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:8324: \$? = $ac_status" >&5
+  echo "$as_me:8436: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -8340,7 +8452,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:8343: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:8455: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -8348,7 +8460,7 @@ if test `eval echo '${'$as_ac_Header'}'` = yes; then
 EOF
 
      cat >conftest.$ac_ext <<_ACEOF
-#line 8351 "configure"
+#line 8463 "configure"
 #include "confdefs.h"
 #include <dvdread/dvd_reader.h>
 int
@@ -8360,16 +8472,16 @@ void foo() { int i=DVD_VIDEO_LB_LEN; }
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:8363: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8475: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:8366: \$? = $ac_status" >&5
+  echo "$as_me:8478: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:8369: \"$ac_try\"") >&5
+  { (eval echo "$as_me:8481: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:8372: \$? = $ac_status" >&5
+  echo "$as_me:8484: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
           PLUGINS="${PLUGINS} dvdread"
@@ -8382,7 +8494,7 @@ cat conftest.$ac_ext >&5
 
           if test "x$enable_dvdread" != x
           then
-            { { echo "$as_me:8385: error: Cannot find DVD_VIDEO_LB_LEN in dvdread/dvd_reader.h, please install libdvdread version 0.9.2 or later" >&5
+            { { echo "$as_me:8497: error: Cannot find DVD_VIDEO_LB_LEN in dvdread/dvd_reader.h, please install libdvdread version 0.9.2 or later" >&5
 echo "$as_me: error: Cannot find DVD_VIDEO_LB_LEN in dvdread/dvd_reader.h, please install libdvdread version 0.9.2 or later" >&2;}
    { (exit 1); exit 1; }; }
           fi
@@ -8396,11 +8508,11 @@ else
     then
       if test "x$with_dvdread" != x
       then
-        { { echo "$as_me:8399: error: Cannot find dvdread/dvd_reader.h in ${with_dvdread}/include" >&5
+        { { echo "$as_me:8511: error: Cannot find dvdread/dvd_reader.h in ${with_dvdread}/include" >&5
 echo "$as_me: error: Cannot find dvdread/dvd_reader.h in ${with_dvdread}/include" >&2;}
    { (exit 1); exit 1; }; }
       else
-        { { echo "$as_me:8403: error: Cannot find dvdread/dvd_reader.h" >&5
+        { { echo "$as_me:8515: error: Cannot find dvdread/dvd_reader.h" >&5
 echo "$as_me: error: Cannot find dvdread/dvd_reader.h" >&2;}
    { (exit 1); exit 1; }; }
       fi
@@ -8439,30 +8551,30 @@ fi;
 for ac_header in dvbpsi/dr.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:8442: checking for $ac_header" >&5
+echo "$as_me:8554: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 8448 "configure"
+#line 8560 "configure"
 #include "confdefs.h"
-  { { echo "$as_me:8450: error: cannot find libdvbpsi headers" >&5
+  { { echo "$as_me:8562: error: cannot find libdvbpsi headers" >&5
 echo "$as_me: error: cannot find libdvbpsi headers" >&2;}
    { (exit 1); exit 1; }; }
 #include <$ac_header>
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:8456: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8568: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:8459: \$? = $ac_status" >&5
+  echo "$as_me:8571: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:8462: \"$ac_try\"") >&5
+  { (eval echo "$as_me:8574: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:8465: \$? = $ac_status" >&5
+  echo "$as_me:8577: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_Header=yes"
 else
@@ -8472,7 +8584,7 @@ eval "$as_ac_Header=no"
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:8475: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:8587: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -8484,28 +8596,28 @@ fi
 done
 
     else
-      echo "$as_me:8487: checking for libdvbpsi.a in ${with_dvbpsi_tree}" >&5
+      echo "$as_me:8599: checking for libdvbpsi.a in ${with_dvbpsi_tree}" >&5
 echo $ECHO_N "checking for libdvbpsi.a in ${with_dvbpsi_tree}... $ECHO_C" >&6
       real_dvbpsi_tree="`cd ${with_dvbpsi_tree} 2>/dev/null && pwd`"
       if test "x$real_dvbpsi_tree" = x
       then
-                echo "$as_me:8492: result: no" >&5
+                echo "$as_me:8604: result: no" >&5
 echo "${ECHO_T}no" >&6
-        { { echo "$as_me:8494: error: cannot cd to ${with_dvbpsi_tree}" >&5
+        { { echo "$as_me:8606: error: cannot cd to ${with_dvbpsi_tree}" >&5
 echo "$as_me: error: cannot cd to ${with_dvbpsi_tree}" >&2;}
    { (exit 1); exit 1; }; }
       fi
       if test -f "${real_dvbpsi_tree}/src/.libs/libdvbpsi.a"
       then
-                echo "$as_me:8500: result: ${real_dvbpsi_tree}/src/.libs/libdvbpsi.a" >&5
+                echo "$as_me:8612: result: ${real_dvbpsi_tree}/src/.libs/libdvbpsi.a" >&5
 echo "${ECHO_T}${real_dvbpsi_tree}/src/.libs/libdvbpsi.a" >&6
         BUILTINS="${BUILTINS} mpeg_ts_dvbpsi"
         mpeg_ts_dvbpsi_LDFLAGS="${mpeg_ts_dvbpsi_LDFLAGS} ${real_dvbpsi_tree}/src/.libs/libdvbpsi.a"
         mpeg_ts_dvbpsi_CFLAGS="${mpeg_ts_dvbpsi_CFLAGS} -I${real_dvbpsi_tree}/src"
       else
-                echo "$as_me:8506: result: no" >&5
+                echo "$as_me:8618: result: no" >&5
 echo "${ECHO_T}no" >&6
-        { { echo "$as_me:8508: error: cannot find ${real_dvbpsi_tree}/src/.libs/libdvbpsi.a, make sure you compiled libdvbpsi in ${with_dvbpsi_tree}" >&5
+        { { echo "$as_me:8620: error: cannot find ${real_dvbpsi_tree}/src/.libs/libdvbpsi.a, make sure you compiled libdvbpsi in ${with_dvbpsi_tree}" >&5
 echo "$as_me: error: cannot find ${real_dvbpsi_tree}/src/.libs/libdvbpsi.a, make sure you compiled libdvbpsi in ${with_dvbpsi_tree}" >&2;}
    { (exit 1); exit 1; }; }
       fi
@@ -8514,7 +8626,7 @@ echo "$as_me: error: cannot find ${real_dvbpsi_tree}/src/.libs/libdvbpsi.a, make
   xno)
       ;;
   *)
-    echo "$as_me:8517: checking for dvbpsi headers in ${with_dvbpsi}" >&5
+    echo "$as_me:8629: checking for dvbpsi headers in ${with_dvbpsi}" >&5
 echo $ECHO_N "checking for dvbpsi headers in ${with_dvbpsi}... $ECHO_C" >&6
     if test "x$with_dvbpsi" = x
     then
@@ -8525,23 +8637,23 @@ echo $ECHO_N "checking for dvbpsi headers in ${with_dvbpsi}... $ECHO_C" >&6
       test_CFLAGS="-I${with_dvbpsi}/include"
     fi
     CPPFLAGS="$save_CPPFLAGS $test_CFLAGS"
-    echo "$as_me:8528: checking for dvbpsi/dr.h" >&5
+    echo "$as_me:8640: checking for dvbpsi/dr.h" >&5
 echo $ECHO_N "checking for dvbpsi/dr.h... $ECHO_C" >&6
 if test "${ac_cv_header_dvbpsi_dr_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 8534 "configure"
+#line 8646 "configure"
 #include "confdefs.h"
 #include <dvbpsi/dr.h>
 _ACEOF
-if { (eval echo "$as_me:8538: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:8650: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:8544: \$? = $ac_status" >&5
+  echo "$as_me:8656: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -8560,7 +8672,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:8563: result: $ac_cv_header_dvbpsi_dr_h" >&5
+echo "$as_me:8675: result: $ac_cv_header_dvbpsi_dr_h" >&5
 echo "${ECHO_T}$ac_cv_header_dvbpsi_dr_h" >&6
 if test $ac_cv_header_dvbpsi_dr_h = yes; then
 
@@ -8572,7 +8684,7 @@ else
 
       if test "x$enable_dvbpsi" != x
       then
-        { { echo "$as_me:8575: error: Could not find libdvbpsi on your system: you may get it from www.videolan.org, you'll need at least version 0.1.1" >&5
+        { { echo "$as_me:8687: error: Could not find libdvbpsi on your system: you may get it from www.videolan.org, you'll need at least version 0.1.1" >&5
 echo "$as_me: error: Could not find libdvbpsi on your system: you may get it from www.videolan.org, you'll need at least version 0.1.1" >&2;}
    { (exit 1); exit 1; }; }
       fi
@@ -8593,7 +8705,7 @@ fi;
 if test x$enable_vcd != xno
 then
   cat >conftest.$ac_ext <<_ACEOF
-#line 8596 "configure"
+#line 8708 "configure"
 #include "confdefs.h"
 #include <linux/cdrom.h>
 
@@ -8607,7 +8719,7 @@ fi
 rm -f conftest*
 
   cat >conftest.$ac_ext <<_ACEOF
-#line 8610 "configure"
+#line 8722 "configure"
 #include "confdefs.h"
 #include <sys/cdio.h>
 
@@ -8631,7 +8743,7 @@ rm -f conftest*
 
   if test "x${SYS}" = "xdarwin"
   then
-    # No need to add vcd to PLUGINS, Darwin is already based on FreeBSD
+    PLUGINS="${PLUGINS} vcd"
     vcd_LDFLAGS="${vcd_LDFLAGS} -framework IOKit -framework CoreFoundation"
   fi
 fi
@@ -8647,13 +8759,13 @@ fi;
 
 if test x$SYS != xnto && test "x$SYS" != "xmingw32"
 then
-  echo "$as_me:8650: checking for inet_pton" >&5
+  echo "$as_me:8762: checking for inet_pton" >&5
 echo $ECHO_N "checking for inet_pton... $ECHO_C" >&6
 if test "${ac_cv_func_inet_pton+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 8656 "configure"
+#line 8768 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char inet_pton (); below.  */
@@ -8684,16 +8796,16 @@ f = inet_pton;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8687: \"$ac_link\"") >&5
+if { (eval echo "$as_me:8799: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:8690: \$? = $ac_status" >&5
+  echo "$as_me:8802: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:8693: \"$ac_try\"") >&5
+  { (eval echo "$as_me:8805: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:8696: \$? = $ac_status" >&5
+  echo "$as_me:8808: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_inet_pton=yes
 else
@@ -8703,7 +8815,7 @@ ac_cv_func_inet_pton=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:8706: result: $ac_cv_func_inet_pton" >&5
+echo "$as_me:8818: result: $ac_cv_func_inet_pton" >&5
 echo "${ECHO_T}$ac_cv_func_inet_pton" >&6
 if test $ac_cv_func_inet_pton = yes; then
   PLUGINS="${PLUGINS} ipv6"
@@ -8712,21 +8824,21 @@ fi
 fi
 if test "x$SYS" = "xmingw32"
 then
-  echo "$as_me:8715: checking for getaddrinfo in ws2tcpip.h" >&5
+  echo "$as_me:8827: checking for getaddrinfo in ws2tcpip.h" >&5
 echo $ECHO_N "checking for getaddrinfo in ws2tcpip.h... $ECHO_C" >&6
   cat >conftest.$ac_ext <<_ACEOF
-#line 8718 "configure"
+#line 8830 "configure"
 #include "confdefs.h"
 #include <ws2tcpip.h>
 
 _ACEOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "addrinfo" >/dev/null 2>&1; then
-  echo "$as_me:8725: result: yes" >&5
+  echo "$as_me:8837: result: yes" >&5
 echo "${ECHO_T}yes" >&6
     PLUGINS="${PLUGINS} ipv6"
 else
-  echo "$as_me:8729: result: no" >&5
+  echo "$as_me:8841: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 rm -f conftest*
@@ -8778,23 +8890,23 @@ fi;
     real_mad_tree="`cd ${with_mad_tree} 2>/dev/null && pwd`"
     if test "x$real_mad_tree" = x
     then
-            echo "$as_me:8781: result: no" >&5
+            echo "$as_me:8893: result: no" >&5
 echo "${ECHO_T}no" >&6
-      { { echo "$as_me:8783: error: ${with_mad_tree} directory doesn't exist" >&5
+      { { echo "$as_me:8895: error: ${with_mad_tree} directory doesn't exist" >&5
 echo "$as_me: error: ${with_mad_tree} directory doesn't exist" >&2;}
    { (exit 1); exit 1; }; }
     fi
-        echo "$as_me:8787: checking for mad.h in ${real_mad_tree}/libmad" >&5
+        echo "$as_me:8899: checking for mad.h in ${real_mad_tree}/libmad" >&5
 echo $ECHO_N "checking for mad.h in ${real_mad_tree}/libmad... $ECHO_C" >&6
     if test -f ${real_mad_tree}/libmad/mad.h
     then
-      echo "$as_me:8791: result: yes" >&5
+      echo "$as_me:8903: result: yes" >&5
 echo "${ECHO_T}yes" >&6
       mad_CFLAGS="${mad_CFLAGS} -I${real_mad_tree}/libmad"
       mad_LDFLAGS="${mad_LDFLAGS} -L${real_mad_tree}/libmad/.libs"
       save_LDFLAGS=$LDFLAGS
       LDFLAGS=$mad_LDFLAGS
-      echo "$as_me:8797: checking for mad_bit_init in -lmad" >&5
+      echo "$as_me:8909: checking for mad_bit_init in -lmad" >&5
 echo $ECHO_N "checking for mad_bit_init in -lmad... $ECHO_C" >&6
 if test "${ac_cv_lib_mad_mad_bit_init+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8802,7 +8914,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lmad  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 8805 "configure"
+#line 8917 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -8821,16 +8933,16 @@ mad_bit_init ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8824: \"$ac_link\"") >&5
+if { (eval echo "$as_me:8936: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:8827: \$? = $ac_status" >&5
+  echo "$as_me:8939: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:8830: \"$ac_try\"") >&5
+  { (eval echo "$as_me:8942: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:8833: \$? = $ac_status" >&5
+  echo "$as_me:8945: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_mad_mad_bit_init=yes
 else
@@ -8841,7 +8953,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:8844: result: $ac_cv_lib_mad_mad_bit_init" >&5
+echo "$as_me:8956: result: $ac_cv_lib_mad_mad_bit_init" >&5
 echo "${ECHO_T}$ac_cv_lib_mad_mad_bit_init" >&6
 if test $ac_cv_lib_mad_mad_bit_init = yes; then
 
@@ -8849,7 +8961,7 @@ if test $ac_cv_lib_mad_mad_bit_init = yes; then
         mad_LDFLAGS="${mad_LDFLAGS} -lmad"
 
 else
-   { { echo "$as_me:8852: error: the specified tree hasn't been compiled " >&5
+   { { echo "$as_me:8964: error: the specified tree hasn't been compiled " >&5
 echo "$as_me: error: the specified tree hasn't been compiled " >&2;}
    { (exit 1); exit 1; }; }
 
@@ -8857,9 +8969,9 @@ fi
 
       LDFLAGS=$save_LDFLAGS
     else
-      echo "$as_me:8860: result: no" >&5
+      echo "$as_me:8972: result: no" >&5
 echo "${ECHO_T}no" >&6
-      { { echo "$as_me:8862: error: the specified tree doesn't have mad.h" >&5
+      { { echo "$as_me:8974: error: the specified tree doesn't have mad.h" >&5
 echo "$as_me: error: the specified tree doesn't have mad.h" >&2;}
    { (exit 1); exit 1; }; }
     fi
@@ -8872,23 +8984,23 @@ echo "$as_me: error: the specified tree doesn't have mad.h" >&2;}
 for ac_header in mad.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:8875: checking for $ac_header" >&5
+echo "$as_me:8987: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 8881 "configure"
+#line 8993 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:8885: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:8997: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:8891: \$? = $ac_status" >&5
+  echo "$as_me:9003: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -8907,7 +9019,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:8910: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:9022: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -8915,13 +9027,13 @@ if test `eval echo '${'$as_ac_Header'}'` = yes; then
 EOF
 
 else
-   { { echo "$as_me:8918: error: Cannot find development headers for libmad..." >&5
+   { { echo "$as_me:9030: error: Cannot find development headers for libmad..." >&5
 echo "$as_me: error: Cannot find development headers for libmad..." >&2;}
    { (exit 1); exit 1; }; }
 fi
 done
 
-    echo "$as_me:8924: checking for mad_bit_init in -lmad" >&5
+    echo "$as_me:9036: checking for mad_bit_init in -lmad" >&5
 echo $ECHO_N "checking for mad_bit_init in -lmad... $ECHO_C" >&6
 if test "${ac_cv_lib_mad_mad_bit_init+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8929,7 +9041,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lmad  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 8932 "configure"
+#line 9044 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -8948,16 +9060,16 @@ mad_bit_init ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8951: \"$ac_link\"") >&5
+if { (eval echo "$as_me:9063: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:8954: \$? = $ac_status" >&5
+  echo "$as_me:9066: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:8957: \"$ac_try\"") >&5
+  { (eval echo "$as_me:9069: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:8960: \$? = $ac_status" >&5
+  echo "$as_me:9072: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_mad_mad_bit_init=yes
 else
@@ -8968,14 +9080,14 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:8971: result: $ac_cv_lib_mad_mad_bit_init" >&5
+echo "$as_me:9083: result: $ac_cv_lib_mad_mad_bit_init" >&5
 echo "${ECHO_T}$ac_cv_lib_mad_mad_bit_init" >&6
 if test $ac_cv_lib_mad_mad_bit_init = yes; then
 
       PLUGINS="${PLUGINS} mad"
       mad_LDFLAGS="${mad_LDFLAGS} -lmad"
 else
-   { { echo "$as_me:8978: error: Cannot find libmad library..." >&5
+   { { echo "$as_me:9090: error: Cannot find libmad library..." >&5
 echo "$as_me: error: Cannot find libmad library..." >&2;}
    { (exit 1); exit 1; }; }
 fi
@@ -9011,20 +9123,20 @@ if test "${with_ffmpeg_tree+set}" = set; then
 fi;
   if test "x$with_ffmpeg_tree" != "x"
   then
-    echo "$as_me:9014: checking for libavcodec.a in ${with_ffmpeg_tree}" >&5
+    echo "$as_me:9126: checking for libavcodec.a in ${with_ffmpeg_tree}" >&5
 echo $ECHO_N "checking for libavcodec.a in ${with_ffmpeg_tree}... $ECHO_C" >&6
     real_ffmpeg_tree="`cd ${with_ffmpeg_tree} 2>/dev/null && pwd`"
     if test "x$real_ffmpeg_tree" = x
     then
-            echo "$as_me:9019: result: no" >&5
+            echo "$as_me:9131: result: no" >&5
 echo "${ECHO_T}no" >&6
-      { { echo "$as_me:9021: error: cannot cd to ${with_ffmpeg_tree}" >&5
+      { { echo "$as_me:9133: error: cannot cd to ${with_ffmpeg_tree}" >&5
 echo "$as_me: error: cannot cd to ${with_ffmpeg_tree}" >&2;}
    { (exit 1); exit 1; }; }
     fi
     if test -f "${real_ffmpeg_tree}/libavcodec/libavcodec.a"
     then
-            echo "$as_me:9027: result: ${real_ffmpeg_tree}/libavcodec/libavcodec.a" >&5
+            echo "$as_me:9139: result: ${real_ffmpeg_tree}/libavcodec/libavcodec.a" >&5
 echo "${ECHO_T}${real_ffmpeg_tree}/libavcodec/libavcodec.a" >&6
       BUILTINS="${BUILTINS} ffmpeg"
       ffmpeg_LDFLAGS="${ffmpeg_LDFLAGS} ${real_ffmpeg_tree}/libavcodec/libavcodec.a"
@@ -9034,9 +9146,9 @@ echo "${ECHO_T}${real_ffmpeg_tree}/libavcodec/libavcodec.a" >&6
       fi
       ffmpeg_CFLAGS="${ffmpeg_CFLAGS} -I${real_ffmpeg_tree}/libavcodec"
     else
-            echo "$as_me:9037: result: no" >&5
+            echo "$as_me:9149: result: no" >&5
 echo "${ECHO_T}no" >&6
-      { { echo "$as_me:9039: error: cannot find ${real_ffmpeg_tree}/libavcodec/libavcodec.a, make sure you compiled libavcodec in ${with_ffmpeg_tree}" >&5
+      { { echo "$as_me:9151: error: cannot find ${real_ffmpeg_tree}/libavcodec/libavcodec.a, make sure you compiled libavcodec in ${with_ffmpeg_tree}" >&5
 echo "$as_me: error: cannot find ${real_ffmpeg_tree}/libavcodec/libavcodec.a, make sure you compiled libavcodec in ${with_ffmpeg_tree}" >&2;}
    { (exit 1); exit 1; }; }
     fi
@@ -9049,7 +9161,7 @@ echo "$as_me: error: cannot find ${real_ffmpeg_tree}/libavcodec/libavcodec.a, ma
     then
       ffmpeg_LDFLAGS="${ffmpeg_LDFLAGS} -lm"
     fi
-    echo "$as_me:9052: checking for avcodec_init in -lavcodec" >&5
+    echo "$as_me:9164: checking for avcodec_init in -lavcodec" >&5
 echo $ECHO_N "checking for avcodec_init in -lavcodec... $ECHO_C" >&6
 if test "${ac_cv_lib_avcodec_avcodec_init+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9057,7 +9169,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lavcodec  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 9060 "configure"
+#line 9172 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -9076,16 +9188,16 @@ avcodec_init ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:9079: \"$ac_link\"") >&5
+if { (eval echo "$as_me:9191: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:9082: \$? = $ac_status" >&5
+  echo "$as_me:9194: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:9085: \"$ac_try\"") >&5
+  { (eval echo "$as_me:9197: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:9088: \$? = $ac_status" >&5
+  echo "$as_me:9200: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_avcodec_avcodec_init=yes
 else
@@ -9096,7 +9208,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:9099: result: $ac_cv_lib_avcodec_avcodec_init" >&5
+echo "$as_me:9211: result: $ac_cv_lib_avcodec_avcodec_init" >&5
 echo "${ECHO_T}$ac_cv_lib_avcodec_avcodec_init" >&6
 if test $ac_cv_lib_avcodec_avcodec_init = yes; then
 
@@ -9107,7 +9219,7 @@ if test $ac_cv_lib_avcodec_avcodec_init = yes; then
         ffmpeg_LDFLAGS="${ffmpeg_LDFLAGS} -lm"
       fi
 else
-   { { echo "$as_me:9110: error: Cannot find libavcodec library..." >&5
+   { { echo "$as_me:9222: error: Cannot find libavcodec library..." >&5
 echo "$as_me: error: Cannot find libavcodec library..." >&2;}
    { (exit 1); exit 1; }; }
 fi
@@ -9140,23 +9252,23 @@ fi;
     real_a52_tree="`cd ${with_a52_tree} 2>/dev/null && pwd`"
     if test "x$real_a52_tree" = x
     then
-            echo "$as_me:9143: result: no" >&5
+            echo "$as_me:9255: result: no" >&5
 echo "${ECHO_T}no" >&6
-      { { echo "$as_me:9145: error: ${with_a52_tree} directory doesn't exist" >&5
+      { { echo "$as_me:9257: error: ${with_a52_tree} directory doesn't exist" >&5
 echo "$as_me: error: ${with_a52_tree} directory doesn't exist" >&2;}
    { (exit 1); exit 1; }; }
     fi
-        echo "$as_me:9149: checking for a52.h in ${real_a52_tree}/include" >&5
+        echo "$as_me:9261: checking for a52.h in ${real_a52_tree}/include" >&5
 echo $ECHO_N "checking for a52.h in ${real_a52_tree}/include... $ECHO_C" >&6
     if test -f ${real_a52_tree}/include/a52.h
     then
-      echo "$as_me:9153: result: yes" >&5
+      echo "$as_me:9265: result: yes" >&5
 echo "${ECHO_T}yes" >&6
       a52_CFLAGS="${a52_CFLAGS} -I${real_a52_tree}"
       a52_LDFLAGS="${a52_LDFLAGS} -L${real_a52_tree}/liba52/.libs"
       save_LDFLAGS=$LDFLAGS
       LDFLAGS="$a52_LDFLAGS $LDFLAGS"
-      echo "$as_me:9159: checking for a52_free in -la52" >&5
+      echo "$as_me:9271: checking for a52_free in -la52" >&5
 echo $ECHO_N "checking for a52_free in -la52... $ECHO_C" >&6
 if test "${ac_cv_lib_a52_a52_free+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9164,7 +9276,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-la52 -lm $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 9167 "configure"
+#line 9279 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -9183,16 +9295,16 @@ a52_free ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:9186: \"$ac_link\"") >&5
+if { (eval echo "$as_me:9298: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:9189: \$? = $ac_status" >&5
+  echo "$as_me:9301: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:9192: \"$ac_try\"") >&5
+  { (eval echo "$as_me:9304: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:9195: \$? = $ac_status" >&5
+  echo "$as_me:9307: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_a52_a52_free=yes
 else
@@ -9203,7 +9315,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:9206: result: $ac_cv_lib_a52_a52_free" >&5
+echo "$as_me:9318: result: $ac_cv_lib_a52_a52_free" >&5
 echo "${ECHO_T}$ac_cv_lib_a52_a52_free" >&6
 if test $ac_cv_lib_a52_a52_free = yes; then
 
@@ -9215,11 +9327,11 @@ else
 
         if test -f ${real_a52_tree}/liba52/.libs/liba52.a
         then
-          { { echo "$as_me:9218: error: make sure you have at least a52dec-0.7.3" >&5
+          { { echo "$as_me:9330: error: make sure you have at least a52dec-0.7.3" >&5
 echo "$as_me: error: make sure you have at least a52dec-0.7.3" >&2;}
    { (exit 1); exit 1; }; }
         else
-          { { echo "$as_me:9222: error: the specified tree hasn't been compiled" >&5
+          { { echo "$as_me:9334: error: the specified tree hasn't been compiled" >&5
 echo "$as_me: error: the specified tree hasn't been compiled" >&2;}
    { (exit 1); exit 1; }; }
         fi
@@ -9228,9 +9340,9 @@ fi
 
       LDFLAGS=$save_LDFLAGS
     else
-      echo "$as_me:9231: result: no" >&5
+      echo "$as_me:9343: result: no" >&5
 echo "${ECHO_T}no" >&6
-      { { echo "$as_me:9233: error: the specified tree doesn't have a52.h" >&5
+      { { echo "$as_me:9345: error: the specified tree doesn't have a52.h" >&5
 echo "$as_me: error: the specified tree doesn't have a52.h" >&2;}
    { (exit 1); exit 1; }; }
     fi
@@ -9238,23 +9350,23 @@ echo "$as_me: error: the specified tree doesn't have a52.h" >&2;}
 for ac_header in a52dec/a52.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:9241: checking for $ac_header" >&5
+echo "$as_me:9353: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 9247 "configure"
+#line 9359 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:9251: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:9363: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:9257: \$? = $ac_status" >&5
+  echo "$as_me:9369: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9273,14 +9385,14 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:9276: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:9388: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 EOF
 
-      echo "$as_me:9283: checking for a52_free in -la52" >&5
+      echo "$as_me:9395: checking for a52_free in -la52" >&5
 echo $ECHO_N "checking for a52_free in -la52... $ECHO_C" >&6
 if test "${ac_cv_lib_a52_a52_free+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9288,7 +9400,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-la52 -lm $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 9291 "configure"
+#line 9403 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -9307,16 +9419,16 @@ a52_free ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:9310: \"$ac_link\"") >&5
+if { (eval echo "$as_me:9422: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:9313: \$? = $ac_status" >&5
+  echo "$as_me:9425: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:9316: \"$ac_try\"") >&5
+  { (eval echo "$as_me:9428: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:9319: \$? = $ac_status" >&5
+  echo "$as_me:9431: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_a52_a52_free=yes
 else
@@ -9327,7 +9439,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:9330: result: $ac_cv_lib_a52_a52_free" >&5
+echo "$as_me:9442: result: $ac_cv_lib_a52_a52_free" >&5
 echo "${ECHO_T}$ac_cv_lib_a52_a52_free" >&6
 if test $ac_cv_lib_a52_a52_free = yes; then
 
@@ -9354,23 +9466,23 @@ then
 for ac_header in ogg/ogg.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:9357: checking for $ac_header" >&5
+echo "$as_me:9469: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 9363 "configure"
+#line 9475 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:9367: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:9479: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:9373: \$? = $ac_status" >&5
+  echo "$as_me:9485: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9389,7 +9501,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:9392: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:9504: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -9428,23 +9540,23 @@ if test x$enable_x11 != xno &&
 for ac_header in X11/Xlib.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:9431: checking for $ac_header" >&5
+echo "$as_me:9543: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 9437 "configure"
+#line 9549 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:9441: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:9553: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:9447: \$? = $ac_status" >&5
+  echo "$as_me:9559: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9463,7 +9575,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:9466: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:9578: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -9499,23 +9611,23 @@ if test x$enable_xvideo != xno &&
 for ac_header in X11/extensions/Xv.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:9502: checking for $ac_header" >&5
+echo "$as_me:9614: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 9508 "configure"
+#line 9620 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:9512: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:9624: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:9518: \$? = $ac_status" >&5
+  echo "$as_me:9630: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9534,7 +9646,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:9537: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:9649: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -9543,7 +9655,7 @@ EOF
 
     save_CFLAGS=$CFLAGS
     CFLAGS="$CFLAGS -L$x_libraries -lX11 -lXext"
-    echo "$as_me:9546: checking for XvSetPortAttribute in -lXv_pic" >&5
+    echo "$as_me:9658: checking for XvSetPortAttribute in -lXv_pic" >&5
 echo $ECHO_N "checking for XvSetPortAttribute in -lXv_pic... $ECHO_C" >&6
 if test "${ac_cv_lib_Xv_pic_XvSetPortAttribute+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9551,7 +9663,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lXv_pic  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 9554 "configure"
+#line 9666 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -9570,16 +9682,16 @@ XvSetPortAttribute ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:9573: \"$ac_link\"") >&5
+if { (eval echo "$as_me:9685: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:9576: \$? = $ac_status" >&5
+  echo "$as_me:9688: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:9579: \"$ac_try\"") >&5
+  { (eval echo "$as_me:9691: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:9582: \$? = $ac_status" >&5
+  echo "$as_me:9694: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_Xv_pic_XvSetPortAttribute=yes
 else
@@ -9590,7 +9702,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:9593: result: $ac_cv_lib_Xv_pic_XvSetPortAttribute" >&5
+echo "$as_me:9705: result: $ac_cv_lib_Xv_pic_XvSetPortAttribute" >&5
 echo "${ECHO_T}$ac_cv_lib_Xv_pic_XvSetPortAttribute" >&6
 if test $ac_cv_lib_Xv_pic_XvSetPortAttribute = yes; then
   # We have Xv_pic, that's good, we can build an xvideo.so plugin !
@@ -9631,7 +9743,7 @@ if test "${with_sdl_config_path+set}" = set; then
 fi;
   # Extract the first word of "sdl12-config", so it can be a program name with args.
 set dummy sdl12-config; ac_word=$2
-echo "$as_me:9634: checking for $ac_word" >&5
+echo "$as_me:9746: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_SDL12_CONFIG+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9648,7 +9760,7 @@ for ac_dir in $ac_dummy; do
   test -z "$ac_dir" && ac_dir=.
   if $as_executable_p "$ac_dir/$ac_word"; then
    ac_cv_path_SDL12_CONFIG="$ac_dir/$ac_word"
-   echo "$as_me:9651: found $ac_dir/$ac_word" >&5
+   echo "$as_me:9763: found $ac_dir/$ac_word" >&5
    break
 fi
 done
@@ -9660,10 +9772,10 @@ fi
 SDL12_CONFIG=$ac_cv_path_SDL12_CONFIG
 
 if test -n "$SDL12_CONFIG"; then
-  echo "$as_me:9663: result: $SDL12_CONFIG" >&5
+  echo "$as_me:9775: result: $SDL12_CONFIG" >&5
 echo "${ECHO_T}$SDL12_CONFIG" >&6
 else
-  echo "$as_me:9666: result: no" >&5
+  echo "$as_me:9778: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -9673,7 +9785,7 @@ fi
   then
     # Extract the first word of "sdl11-config", so it can be a program name with args.
 set dummy sdl11-config; ac_word=$2
-echo "$as_me:9676: checking for $ac_word" >&5
+echo "$as_me:9788: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_SDL11_CONFIG+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9690,7 +9802,7 @@ for ac_dir in $ac_dummy; do
   test -z "$ac_dir" && ac_dir=.
   if $as_executable_p "$ac_dir/$ac_word"; then
    ac_cv_path_SDL11_CONFIG="$ac_dir/$ac_word"
-   echo "$as_me:9693: found $ac_dir/$ac_word" >&5
+   echo "$as_me:9805: found $ac_dir/$ac_word" >&5
    break
 fi
 done
@@ -9702,10 +9814,10 @@ fi
 SDL11_CONFIG=$ac_cv_path_SDL11_CONFIG
 
 if test -n "$SDL11_CONFIG"; then
-  echo "$as_me:9705: result: $SDL11_CONFIG" >&5
+  echo "$as_me:9817: result: $SDL11_CONFIG" >&5
 echo "${ECHO_T}$SDL11_CONFIG" >&6
 else
-  echo "$as_me:9708: result: no" >&5
+  echo "$as_me:9820: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -9716,7 +9828,7 @@ fi
   then
     # Extract the first word of "sdl-config", so it can be a program name with args.
 set dummy sdl-config; ac_word=$2
-echo "$as_me:9719: checking for $ac_word" >&5
+echo "$as_me:9831: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9733,7 +9845,7 @@ for ac_dir in $ac_dummy; do
   test -z "$ac_dir" && ac_dir=.
   if $as_executable_p "$ac_dir/$ac_word"; then
    ac_cv_path_SDL_CONFIG="$ac_dir/$ac_word"
-   echo "$as_me:9736: found $ac_dir/$ac_word" >&5
+   echo "$as_me:9848: found $ac_dir/$ac_word" >&5
    break
 fi
 done
@@ -9745,10 +9857,10 @@ fi
 SDL_CONFIG=$ac_cv_path_SDL_CONFIG
 
 if test -n "$SDL_CONFIG"; then
-  echo "$as_me:9748: result: $SDL_CONFIG" >&5
+  echo "$as_me:9860: result: $SDL_CONFIG" >&5
 echo "${ECHO_T}$SDL_CONFIG" >&6
 else
-  echo "$as_me:9751: result: no" >&5
+  echo "$as_me:9863: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -9764,23 +9876,23 @@ fi
 for ac_header in ${SDL_HEADER}
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:9767: checking for $ac_header" >&5
+echo "$as_me:9879: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 9773 "configure"
+#line 9885 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:9777: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:9889: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:9783: \$? = $ac_status" >&5
+  echo "$as_me:9895: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9799,7 +9911,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:9802: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:9914: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -9811,7 +9923,7 @@ cat >>confdefs.h <<EOF
 EOF
 
 else
-   { { echo "$as_me:9814: error: The development package for SDL is not installed.
+   { { echo "$as_me:9926: error: The development package for SDL is not installed.
 Please install it and try again. Alternatively you can also configure with
 --disable-sdl." >&5
 echo "$as_me: error: The development package for SDL is not installed.
@@ -9825,7 +9937,7 @@ done
     CPPFLAGS="$save_CPPFLAGS"
     if expr 1.1.5 \> `$SDL_CONFIG --version` >/dev/null
     then
-      { { echo "$as_me:9828: error: The development package for SDL is not installed.
+      { { echo "$as_me:9940: error: The development package for SDL is not installed.
 Please install it and try again. Alternatively you can also configure with
 --disable-sdl." >&5
 echo "$as_me: error: The development package for SDL is not installed.
@@ -9835,7 +9947,7 @@ Please install it and try again. Alternatively you can also configure with
     fi
   elif test "x$enable_sdl" =  "xyes"
   then
-    { { echo "$as_me:9838: error: I couldn't find the SDL package. You can download libSDL
+    { { echo "$as_me:9950: error: I couldn't find the SDL package. You can download libSDL
 from http://www.libsdl.org/, or configure with --disable-sdl. Have a nice day.
     " >&5
 echo "$as_me: error: I couldn't find the SDL package. You can download libSDL
@@ -9872,23 +9984,23 @@ fi;
 for ac_header in qt.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:9875: checking for $ac_header" >&5
+echo "$as_me:9987: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 9881 "configure"
+#line 9993 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:9885: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:9997: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:9891: \$? = $ac_status" >&5
+  echo "$as_me:10003: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9907,7 +10019,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:9910: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:10022: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -9950,23 +10062,23 @@ fi;
 for ac_header in ddraw.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:9953: checking for $ac_header" >&5
+echo "$as_me:10065: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 9959 "configure"
+#line 10071 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:9963: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:10075: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:9969: \$? = $ac_status" >&5
+  echo "$as_me:10081: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9985,7 +10097,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:9988: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:10100: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
 done
 
     else
-      echo "$as_me:10000: checking for directX headers in ${with_directx}" >&5
+      echo "$as_me:10112: checking for directX headers in ${with_directx}" >&5
 echo $ECHO_N "checking for directX headers in ${with_directx}... $ECHO_C" >&6
       if test -f ${with_directx}/ddraw.h
       then
         PLUGINS="${PLUGINS} directx"
         directx_LDFLAGS="${directx_LDFLAGS} -L${with_directx}/lib -lgdi32"
         directx_CFLAGS="${directx_CFLAGS} -I${with_directx}"
-        echo "$as_me:10007: result: yes" >&5
+        echo "$as_me:10119: result: yes" >&5
 echo "${ECHO_T}yes" >&6
       else
-        echo "$as_me:10010: result: no" >&5
+        echo "$as_me:10122: result: no" >&5
 echo "${ECHO_T}no" >&6
-        { { echo "$as_me:10012: error: Cannot find ${with_directx}/ddraw.h!" >&5
+        { { echo "$as_me:10124: error: Cannot find ${with_directx}/ddraw.h!" >&5
 echo "$as_me: error: Cannot find ${with_directx}/ddraw.h!" >&2;}
    { (exit 1); exit 1; }; }
       fi
@@ -10028,23 +10140,23 @@ fi;
 for ac_header in linux/fb.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:10031: checking for $ac_header" >&5
+echo "$as_me:10143: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 10037 "configure"
+#line 10149 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:10041: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:10153: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:10047: \$? = $ac_status" >&5
+  echo "$as_me:10159: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -10063,7 +10175,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:10066: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:10178: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -10136,23 +10248,23 @@ if test "${enable_aa+set}" = set; then
 fi;
 if test x$enable_aa = xyes
 then
-  echo "$as_me:10139: checking for aalib.h" >&5
+  echo "$as_me:10251: checking for aalib.h" >&5
 echo $ECHO_N "checking for aalib.h... $ECHO_C" >&6
 if test "${ac_cv_header_aalib_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 10145 "configure"
+#line 10257 "configure"
 #include "confdefs.h"
 #include <aalib.h>
 _ACEOF
-if { (eval echo "$as_me:10149: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:10261: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:10155: \$? = $ac_status" >&5
+  echo "$as_me:10267: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -10171,7 +10283,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:10174: result: $ac_cv_header_aalib_h" >&5
+echo "$as_me:10286: result: $ac_cv_header_aalib_h" >&5
 echo "${ECHO_T}$ac_cv_header_aalib_h" >&6
 if test $ac_cv_header_aalib_h = yes; then
   have_aa="true"
@@ -10205,23 +10317,23 @@ then
 for ac_header in soundcard.h sys/soundcard.h machine/soundcard.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:10208: checking for $ac_header" >&5
+echo "$as_me:10320: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 10214 "configure"
+#line 10326 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:10218: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:10330: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:10224: \$? = $ac_status" >&5
+  echo "$as_me:10336: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -10240,7 +10352,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:10243: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:10355: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -10248,7 +10360,7 @@ if test `eval echo '${'$as_ac_Header'}'` = yes; then
 EOF
 
     PLUGINS="${PLUGINS} dsp"
-    echo "$as_me:10251: checking for main in -lossaudio" >&5
+    echo "$as_me:10363: checking for main in -lossaudio" >&5
 echo $ECHO_N "checking for main in -lossaudio... $ECHO_C" >&6
 if test "${ac_cv_lib_ossaudio_main+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10256,7 +10368,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lossaudio  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 10259 "configure"
+#line 10371 "configure"
 #include "confdefs.h"
 
 int
@@ -10268,16 +10380,16 @@ main ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:10271: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10383: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:10274: \$? = $ac_status" >&5
+  echo "$as_me:10386: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:10277: \"$ac_try\"") >&5
+  { (eval echo "$as_me:10389: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:10280: \$? = $ac_status" >&5
+  echo "$as_me:10392: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_ossaudio_main=yes
 else
@@ -10288,7 +10400,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:10291: result: $ac_cv_lib_ossaudio_main" >&5
+echo "$as_me:10403: result: $ac_cv_lib_ossaudio_main" >&5
 echo "${ECHO_T}$ac_cv_lib_ossaudio_main" >&6
 if test $ac_cv_lib_ossaudio_main = yes; then
   dsp_LDFLAGS="${dsp_LDFLAGS} -lossaudio"
@@ -10306,7 +10418,7 @@ if test "${enable_esd+set}" = set; then
    then
      # Extract the first word of "esd-config", so it can be a program name with args.
 set dummy esd-config; ac_word=$2
-echo "$as_me:10309: checking for $ac_word" >&5
+echo "$as_me:10421: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_ESD_CONFIG+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10323,7 +10435,7 @@ for ac_dir in $ac_dummy; do
   test -z "$ac_dir" && ac_dir=.
   if $as_executable_p "$ac_dir/$ac_word"; then
    ac_cv_path_ESD_CONFIG="$ac_dir/$ac_word"
-   echo "$as_me:10326: found $ac_dir/$ac_word" >&5
+   echo "$as_me:10438: found $ac_dir/$ac_word" >&5
    break
 fi
 done
 ESD_CONFIG=$ac_cv_path_ESD_CONFIG
 
 if test -n "$ESD_CONFIG"; then
-  echo "$as_me:10338: result: $ESD_CONFIG" >&5
+  echo "$as_me:10450: result: $ESD_CONFIG" >&5
 echo "${ECHO_T}$ESD_CONFIG" >&6
 else
-  echo "$as_me:10341: result: no" >&5
+  echo "$as_me:10453: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -10358,7 +10470,7 @@ if test "${enable_arts+set}" = set; then
    then
      # Extract the first word of "artsc-config", so it can be a program name with args.
 set dummy artsc-config; ac_word=$2
-echo "$as_me:10361: checking for $ac_word" >&5
+echo "$as_me:10473: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_ARTS_CONFIG+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10375,7 +10487,7 @@ for ac_dir in $ac_dummy; do
   test -z "$ac_dir" && ac_dir=.
   if $as_executable_p "$ac_dir/$ac_word"; then
    ac_cv_path_ARTS_CONFIG="$ac_dir/$ac_word"
-   echo "$as_me:10378: found $ac_dir/$ac_word" >&5
+   echo "$as_me:10490: found $ac_dir/$ac_word" >&5
    break
 fi
 done
 ARTS_CONFIG=$ac_cv_path_ARTS_CONFIG
 
 if test -n "$ARTS_CONFIG"; then
-  echo "$as_me:10390: result: $ARTS_CONFIG" >&5
+  echo "$as_me:10502: result: $ARTS_CONFIG" >&5
 echo "${ECHO_T}$ARTS_CONFIG" >&6
 else
-  echo "$as_me:10393: result: no" >&5
+  echo "$as_me:10505: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -10408,23 +10520,23 @@ if test "${enable_alsa+set}" = set; then
   enableval="$enable_alsa"
   if test x$enable_alsa = xyes
    then
-     echo "$as_me:10411: checking for alsa/asoundlib.h" >&5
+     echo "$as_me:10523: checking for alsa/asoundlib.h" >&5
 echo $ECHO_N "checking for alsa/asoundlib.h... $ECHO_C" >&6
 if test "${ac_cv_header_alsa_asoundlib_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 10417 "configure"
+#line 10529 "configure"
 #include "confdefs.h"
 #include <alsa/asoundlib.h>
 _ACEOF
-if { (eval echo "$as_me:10421: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:10533: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:10427: \$? = $ac_status" >&5
+  echo "$as_me:10539: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -10443,10 +10555,10 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:10446: result: $ac_cv_header_alsa_asoundlib_h" >&5
+echo "$as_me:10558: result: $ac_cv_header_alsa_asoundlib_h" >&5
 echo "${ECHO_T}$ac_cv_header_alsa_asoundlib_h" >&6
 if test $ac_cv_header_alsa_asoundlib_h = yes; then
-  echo "$as_me:10449: checking for main in -lasound" >&5
+  echo "$as_me:10561: checking for main in -lasound" >&5
 echo $ECHO_N "checking for main in -lasound... $ECHO_C" >&6
 if test "${ac_cv_lib_asound_main+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10454,7 +10566,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lasound  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 10457 "configure"
+#line 10569 "configure"
 #include "confdefs.h"
 
 int
@@ -10466,16 +10578,16 @@ main ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:10469: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10581: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:10472: \$? = $ac_status" >&5
+  echo "$as_me:10584: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:10475: \"$ac_try\"") >&5
+  { (eval echo "$as_me:10587: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:10478: \$? = $ac_status" >&5
+  echo "$as_me:10590: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_asound_main=yes
 else
@@ -10486,7 +10598,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:10489: result: $ac_cv_lib_asound_main" >&5
+echo "$as_me:10601: result: $ac_cv_lib_asound_main" >&5
 echo "${ECHO_T}$ac_cv_lib_asound_main" >&6
 if test $ac_cv_lib_asound_main = yes; then
   have_alsa="true"
@@ -10543,7 +10655,7 @@ fi;
   # look for gtk-config
   # Extract the first word of "gtk12-config", so it can be a program name with args.
 set dummy gtk12-config; ac_word=$2
-echo "$as_me:10546: checking for $ac_word" >&5
+echo "$as_me:10658: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_GTK12_CONFIG+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10560,7 +10672,7 @@ for ac_dir in $ac_dummy; do
   test -z "$ac_dir" && ac_dir=.
   if $as_executable_p "$ac_dir/$ac_word"; then
    ac_cv_path_GTK12_CONFIG="$ac_dir/$ac_word"
-   echo "$as_me:10563: found $ac_dir/$ac_word" >&5
+   echo "$as_me:10675: found $ac_dir/$ac_word" >&5
    break
 fi
 done
 GTK12_CONFIG=$ac_cv_path_GTK12_CONFIG
 
 if test -n "$GTK12_CONFIG"; then
-  echo "$as_me:10575: result: $GTK12_CONFIG" >&5
+  echo "$as_me:10687: result: $GTK12_CONFIG" >&5
 echo "${ECHO_T}$GTK12_CONFIG" >&6
 else
-  echo "$as_me:10578: result: no" >&5
+  echo "$as_me:10690: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -10584,7 +10696,7 @@ fi
   then
     # Extract the first word of "gtk-config", so it can be a program name with args.
 set dummy gtk-config; ac_word=$2
-echo "$as_me:10587: checking for $ac_word" >&5
+echo "$as_me:10699: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10601,7 +10713,7 @@ for ac_dir in $ac_dummy; do
   test -z "$ac_dir" && ac_dir=.
   if $as_executable_p "$ac_dir/$ac_word"; then
    ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
-   echo "$as_me:10604: found $ac_dir/$ac_word" >&5
+   echo "$as_me:10716: found $ac_dir/$ac_word" >&5
    break
 fi
 done
 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
 
 if test -n "$GTK_CONFIG"; then
-  echo "$as_me:10616: result: $GTK_CONFIG" >&5
+  echo "$as_me:10728: result: $GTK_CONFIG" >&5
 echo "${ECHO_T}$GTK_CONFIG" >&6
 else
-  echo "$as_me:10619: result: no" >&5
+  echo "$as_me:10731: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -10625,7 +10737,7 @@ fi
   then
     if expr 1.2.0 \> `$GTK_CONFIG --version` >/dev/null
     then
-      { { echo "$as_me:10628: error: Your development package for Gtk+ is too old, you need at least version 1.2.0. Please upgrade and try again. Alternatively you can also configure with --disable-gtk." >&5
+      { { echo "$as_me:10740: error: Your development package for Gtk+ is too old, you need at least version 1.2.0. Please upgrade and try again. Alternatively you can also configure with --disable-gtk." >&5
 echo "$as_me: error: Your development package for Gtk+ is too old, you need at least version 1.2.0. Please upgrade and try again. Alternatively you can also configure with --disable-gtk." >&2;}
    { (exit 1); exit 1; }; }
     fi
@@ -10638,23 +10750,23 @@ echo "$as_me: error: Your development package for Gtk+ is too old, you need at l
 for ac_header in gtk/gtk.h glib.h gdk/gdk.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:10641: checking for $ac_header" >&5
+echo "$as_me:10753: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 10647 "configure"
+#line 10759 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:10651: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:10763: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:10657: \$? = $ac_status" >&5
+  echo "$as_me:10769: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -10673,7 +10785,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:10676: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:10788: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -10717,7 +10829,7 @@ fi;
   # look for gtk-config
   # Extract the first word of "gtk12-config", so it can be a program name with args.
 set dummy gtk12-config; ac_word=$2
-echo "$as_me:10720: checking for $ac_word" >&5
+echo "$as_me:10832: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_GTK12_CONFIG+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10734,7 +10846,7 @@ for ac_dir in $ac_dummy; do
   test -z "$ac_dir" && ac_dir=.
   if $as_executable_p "$ac_dir/$ac_word"; then
    ac_cv_path_GTK12_CONFIG="$ac_dir/$ac_word"
-   echo "$as_me:10737: found $ac_dir/$ac_word" >&5
+   echo "$as_me:10849: found $ac_dir/$ac_word" >&5
    break
 fi
 done
 GTK12_CONFIG=$ac_cv_path_GTK12_CONFIG
 
 if test -n "$GTK12_CONFIG"; then
-  echo "$as_me:10749: result: $GTK12_CONFIG" >&5
+  echo "$as_me:10861: result: $GTK12_CONFIG" >&5
 echo "${ECHO_T}$GTK12_CONFIG" >&6
 else
-  echo "$as_me:10752: result: no" >&5
+  echo "$as_me:10864: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -10758,7 +10870,7 @@ fi
   then
     # Extract the first word of "gtk-config", so it can be a program name with args.
 set dummy gtk-config; ac_word=$2
-echo "$as_me:10761: checking for $ac_word" >&5
+echo "$as_me:10873: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10775,7 +10887,7 @@ for ac_dir in $ac_dummy; do
   test -z "$ac_dir" && ac_dir=.
   if $as_executable_p "$ac_dir/$ac_word"; then
    ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
-   echo "$as_me:10778: found $ac_dir/$ac_word" >&5
+   echo "$as_me:10890: found $ac_dir/$ac_word" >&5
    break
 fi
 done
 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
 
 if test -n "$GTK_CONFIG"; then
-  echo "$as_me:10790: result: $GTK_CONFIG" >&5
+  echo "$as_me:10902: result: $GTK_CONFIG" >&5
 echo "${ECHO_T}$GTK_CONFIG" >&6
 else
-  echo "$as_me:10793: result: no" >&5
+  echo "$as_me:10905: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -10799,7 +10911,7 @@ fi
   then
     if expr 1.2.0 \> `${GTK_CONFIG} --version` >/dev/null
     then
-      { { echo "$as_me:10802: error: Your development package for Gtk+ is too old, you need at least version 1.2.0. Please upgrade and try again. Alternatively you can also configure with --disable-familiar." >&5
+      { { echo "$as_me:10914: error: Your development package for Gtk+ is too old, you need at least version 1.2.0. Please upgrade and try again. Alternatively you can also configure with --disable-familiar." >&5
 echo "$as_me: error: Your development package for Gtk+ is too old, you need at least version 1.2.0. Please upgrade and try again. Alternatively you can also configure with --disable-familiar." >&2;}
    { (exit 1); exit 1; }; }
     fi
@@ -10812,23 +10924,23 @@ echo "$as_me: error: Your development package for Gtk+ is too old, you need at l
 for ac_header in gtk/gtk.h glib.h gdk/gdk.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:10815: checking for $ac_header" >&5
+echo "$as_me:10927: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 10821 "configure"
+#line 10933 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:10825: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:10937: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:10831: \$? = $ac_status" >&5
+  echo "$as_me:10943: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -10847,7 +10959,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:10850: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:10962: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -10878,7 +10990,7 @@ if test "${enable_gnome+set}" = set; then
     # look for gnome-config
     # Extract the first word of "gnome-config", so it can be a program name with args.
 set dummy gnome-config; ac_word=$2
-echo "$as_me:10881: checking for $ac_word" >&5
+echo "$as_me:10993: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_GNOME_CONFIG+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10895,7 +11007,7 @@ for ac_dir in $ac_dummy; do
   test -z "$ac_dir" && ac_dir=.
   if $as_executable_p "$ac_dir/$ac_word"; then
    ac_cv_path_GNOME_CONFIG="$ac_dir/$ac_word"
-   echo "$as_me:10898: found $ac_dir/$ac_word" >&5
+   echo "$as_me:11010: found $ac_dir/$ac_word" >&5
    break
 fi
 done
 GNOME_CONFIG=$ac_cv_path_GNOME_CONFIG
 
 if test -n "$GNOME_CONFIG"; then
-  echo "$as_me:10910: result: $GNOME_CONFIG" >&5
+  echo "$as_me:11022: result: $GNOME_CONFIG" >&5
 echo "${ECHO_T}$GNOME_CONFIG" >&6
 else
-  echo "$as_me:10913: result: no" >&5
+  echo "$as_me:11025: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
 for ac_header in gnome.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:10928: checking for $ac_header" >&5
+echo "$as_me:11040: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 10934 "configure"
+#line 11046 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:10938: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:11050: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:10944: \$? = $ac_status" >&5
+  echo "$as_me:11056: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -10960,7 +11072,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:10963: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:11075: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -10972,7 +11084,7 @@ EOF
 
 else
 
-      { { echo "$as_me:10975: error: Can't find gnome headers. Please install the gnome
+      { { echo "$as_me:11087: error: Can't find gnome headers. Please install the gnome
 developement tools or remove the --enable-gnome option" >&5
 echo "$as_me: error: Can't find gnome headers. Please install the gnome
 developement tools or remove the --enable-gnome option" >&2;}
@@ -11064,23 +11176,23 @@ else
 for ac_header in Cocoa/Cocoa.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:11067: checking for $ac_header" >&5
+echo "$as_me:11179: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 11073 "configure"
+#line 11185 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:11077: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:11189: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:11083: \$? = $ac_status" >&5
+  echo "$as_me:11195: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11099,7 +11211,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:11102: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:11214: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -11124,23 +11236,23 @@ fi;
 for ac_header in Ph.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:11127: checking for $ac_header" >&5
+echo "$as_me:11239: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 11133 "configure"
+#line 11245 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:11137: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:11249: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:11143: \$? = $ac_status" >&5
+  echo "$as_me:11255: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11159,7 +11271,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:11162: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:11274: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -11209,23 +11321,23 @@ if test "${enable_lirc+set}" = set; then
 fi;
 if test x$enable_lirc = xyes
 then
-  echo "$as_me:11212: checking for lirc/lirc_client.h" >&5
+  echo "$as_me:11324: checking for lirc/lirc_client.h" >&5
 echo $ECHO_N "checking for lirc/lirc_client.h... $ECHO_C" >&6
 if test "${ac_cv_header_lirc_lirc_client_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 11218 "configure"
+#line 11330 "configure"
 #include "confdefs.h"
 #include <lirc/lirc_client.h>
 _ACEOF
-if { (eval echo "$as_me:11222: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:11334: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:11228: \$? = $ac_status" >&5
+  echo "$as_me:11340: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11244,10 +11356,10 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:11247: result: $ac_cv_header_lirc_lirc_client_h" >&5
+echo "$as_me:11359: result: $ac_cv_header_lirc_lirc_client_h" >&5
 echo "${ECHO_T}$ac_cv_header_lirc_lirc_client_h" >&6
 if test $ac_cv_header_lirc_lirc_client_h = yes; then
-  echo "$as_me:11250: checking for lirc_init in -llirc_client" >&5
+  echo "$as_me:11362: checking for lirc_init in -llirc_client" >&5
 echo $ECHO_N "checking for lirc_init in -llirc_client... $ECHO_C" >&6
 if test "${ac_cv_lib_lirc_client_lirc_init+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11255,7 +11367,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-llirc_client  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 11258 "configure"
+#line 11370 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -11274,16 +11386,16 @@ lirc_init ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:11277: \"$ac_link\"") >&5
+if { (eval echo "$as_me:11389: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:11280: \$? = $ac_status" >&5
+  echo "$as_me:11392: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:11283: \"$ac_try\"") >&5
+  { (eval echo "$as_me:11395: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:11286: \$? = $ac_status" >&5
+  echo "$as_me:11398: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_lirc_client_lirc_init=yes
 else
@@ -11294,7 +11406,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:11297: result: $ac_cv_lib_lirc_client_lirc_init" >&5
+echo "$as_me:11409: result: $ac_cv_lib_lirc_client_lirc_init" >&5
 echo "${ECHO_T}$ac_cv_lib_lirc_client_lirc_init" >&6
 if test $ac_cv_lib_lirc_client_lirc_init = yes; then
   have_lirc="true"
@@ -11332,7 +11444,7 @@ fi;
       ac_cv_c_bigendian=no
       ;;
     *)
-                  echo "$as_me:11335: checking whether the byte order is big-endian" >&5
+                  echo "$as_me:11447: checking whether the byte order is big-endian" >&5
 echo $ECHO_N "checking whether the byte order is big-endian... $ECHO_C" >&6
 if test "${ac_cv_c_bigendian+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11365,11 +11477,11 @@ EOF
         fi
 
 fi
-echo "$as_me:11368: result: $ac_cv_c_bigendian" >&5
+echo "$as_me:11480: result: $ac_cv_c_bigendian" >&5
 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
       if test x$ac_cv_c_bigendian = xunknown
       then
-        { { echo "$as_me:11372: error: Could not guess endianness, please use --with-words" >&5
+        { { echo "$as_me:11484: error: Could not guess endianness, please use --with-words" >&5
 echo "$as_me: error: Could not guess endianness, please use --with-words" >&2;}
    { (exit 1); exit 1; }; }
       fi
@@ -11408,7 +11520,7 @@ if test "${enable_pth+set}" = set; then
   enableval="$enable_pth"
    if test "x$enable_pth" = "xyes"; then
 
-echo "$as_me:11411: checking for pth_init in -lpth" >&5
+echo "$as_me:11523: checking for pth_init in -lpth" >&5
 echo $ECHO_N "checking for pth_init in -lpth... $ECHO_C" >&6
 if test "${ac_cv_lib_pth_pth_init+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11416,7 +11528,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lpth  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 11419 "configure"
+#line 11531 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -11435,16 +11547,16 @@ pth_init ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:11438: \"$ac_link\"") >&5
+if { (eval echo "$as_me:11550: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:11441: \$? = $ac_status" >&5
+  echo "$as_me:11553: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:11444: \"$ac_try\"") >&5
+  { (eval echo "$as_me:11556: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:11447: \$? = $ac_status" >&5
+  echo "$as_me:11559: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_pth_pth_init=yes
 else
@@ -11455,7 +11567,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:11458: result: $ac_cv_lib_pth_pth_init" >&5
+echo "$as_me:11570: result: $ac_cv_lib_pth_pth_init" >&5
 echo "${ECHO_T}$ac_cv_lib_pth_pth_init" >&6
 if test $ac_cv_lib_pth_pth_init = yes; then
   cat >>confdefs.h <<EOF
@@ -11467,7 +11579,7 @@ EOF
 fi
 
     cat >conftest.$ac_ext <<_ACEOF
-#line 11470 "configure"
+#line 11582 "configure"
 #include "confdefs.h"
 #include <pth.h>
 
@@ -11491,7 +11603,7 @@ if test "${enable_st+set}" = set; then
   enableval="$enable_st"
    if test "x$enable_st" = "xyes"; then
 
-echo "$as_me:11494: checking for st_init in -lst" >&5
+echo "$as_me:11606: checking for st_init in -lst" >&5
 echo $ECHO_N "checking for st_init in -lst... $ECHO_C" >&6
 if test "${ac_cv_lib_st_st_init+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11499,7 +11611,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lst  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 11502 "configure"
+#line 11614 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -11518,16 +11630,16 @@ st_init ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:11521: \"$ac_link\"") >&5
+if { (eval echo "$as_me:11633: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:11524: \$? = $ac_status" >&5
+  echo "$as_me:11636: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:11527: \"$ac_try\"") >&5
+  { (eval echo "$as_me:11639: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:11530: \$? = $ac_status" >&5
+  echo "$as_me:11642: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_st_st_init=yes
 else
@@ -11538,7 +11650,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:11541: result: $ac_cv_lib_st_st_init" >&5
+echo "$as_me:11653: result: $ac_cv_lib_st_st_init" >&5
 echo "${ECHO_T}$ac_cv_lib_st_st_init" >&6
 if test $ac_cv_lib_st_st_init = yes; then
   cat >>confdefs.h <<EOF
@@ -11550,7 +11662,7 @@ EOF
 fi
 
     cat >conftest.$ac_ext <<_ACEOF
-#line 11553 "configure"
+#line 11665 "configure"
 #include "confdefs.h"
 #include <st.h>
 
@@ -11691,7 +11803,7 @@ DEFS=-DHAVE_CONFIG_H
 : ${CONFIG_STATUS=./config.status}
 ac_clean_files_save=$ac_clean_files
 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
-{ echo "$as_me:11694: creating $CONFIG_STATUS" >&5
+{ echo "$as_me:11806: creating $CONFIG_STATUS" >&5
 echo "$as_me: creating $CONFIG_STATUS" >&6;}
 cat >$CONFIG_STATUS <<_ACEOF
 #! $SHELL
@@ -11867,7 +11979,7 @@ cat >>$CONFIG_STATUS <<\EOF
     echo "$ac_cs_version"; exit 0 ;;
   --he | --h)
     # Conflict between --help and --header
-    { { echo "$as_me:11870: error: ambiguous option: $1
+    { { echo "$as_me:11982: error: ambiguous option: $1
 Try \`$0 --help' for more information." >&5
 echo "$as_me: error: ambiguous option: $1
 Try \`$0 --help' for more information." >&2;}
@@ -11886,7 +11998,7 @@ Try \`$0 --help' for more information." >&2;}
     ac_need_defaults=false;;
 
   # This is an error.
-  -*) { { echo "$as_me:11889: error: unrecognized option: $1
+  -*) { { echo "$as_me:12001: error: unrecognized option: $1
 Try \`$0 --help' for more information." >&5
 echo "$as_me: error: unrecognized option: $1
 Try \`$0 --help' for more information." >&2;}
@@ -11933,7 +12045,7 @@ do
   "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
   "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
   "include/defs.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/defs.h" ;;
-  *) { { echo "$as_me:11936: error: invalid argument: $ac_config_target" >&5
+  *) { { echo "$as_me:12048: error: invalid argument: $ac_config_target" >&5
 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    { (exit 1); exit 1; }; };;
   esac
@@ -12285,7 +12397,7 @@ done; }
   esac
 
   if test x"$ac_file" != x-; then
-    { echo "$as_me:12288: creating $ac_file" >&5
+    { echo "$as_me:12400: creating $ac_file" >&5
 echo "$as_me: creating $ac_file" >&6;}
     rm -f "$ac_file"
   fi
@@ -12303,7 +12415,7 @@ echo "$as_me: creating $ac_file" >&6;}
       -) echo $tmp/stdin ;;
       [\\/$]*)
          # Absolute (can't be DOS-style, as IFS=:)
-         test -f "$f" || { { echo "$as_me:12306: error: cannot find input file: $f" >&5
+         test -f "$f" || { { echo "$as_me:12418: error: cannot find input file: $f" >&5
 echo "$as_me: error: cannot find input file: $f" >&2;}
    { (exit 1); exit 1; }; }
          echo $f;;
@@ -12316,7 +12428,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
            echo $srcdir/$f
          else
            # /dev/null tree
-           { { echo "$as_me:12319: error: cannot find input file: $f" >&5
+           { { echo "$as_me:12431: error: cannot find input file: $f" >&5
 echo "$as_me: error: cannot find input file: $f" >&2;}
    { (exit 1); exit 1; }; }
          fi;;
@@ -12377,7 +12489,7 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
   * )   ac_file_in=$ac_file.in ;;
   esac
 
-  test x"$ac_file" != x- && { echo "$as_me:12380: creating $ac_file" >&5
+  test x"$ac_file" != x- && { echo "$as_me:12492: creating $ac_file" >&5
 echo "$as_me: creating $ac_file" >&6;}
 
   # First look for the input files in the build tree, otherwise in the
@@ -12388,7 +12500,7 @@ echo "$as_me: creating $ac_file" >&6;}
       -) echo $tmp/stdin ;;
       [\\/$]*)
          # Absolute (can't be DOS-style, as IFS=:)
-         test -f "$f" || { { echo "$as_me:12391: error: cannot find input file: $f" >&5
+         test -f "$f" || { { echo "$as_me:12503: error: cannot find input file: $f" >&5
 echo "$as_me: error: cannot find input file: $f" >&2;}
    { (exit 1); exit 1; }; }
          echo $f;;
@@ -12401,7 +12513,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
            echo $srcdir/$f
          else
            # /dev/null tree
-           { { echo "$as_me:12404: error: cannot find input file: $f" >&5
+           { { echo "$as_me:12516: error: cannot find input file: $f" >&5
 echo "$as_me: error: cannot find input file: $f" >&2;}
    { (exit 1); exit 1; }; }
          fi;;
@@ -12518,7 +12630,7 @@ cat >>$CONFIG_STATUS <<\EOF
   rm -f $tmp/in
   if test x"$ac_file" != x-; then
     if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
-      { echo "$as_me:12521: $ac_file is unchanged" >&5
+      { echo "$as_me:12633: $ac_file is unchanged" >&5
 echo "$as_me: $ac_file is unchanged" >&6;}
     else
       ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \