]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
Script mods
[wxWidgets.git] / configure
index f0ba74d794b84ef9f32e8e0a5b80abdb5f970039..8a5938caedd8ecd95fcc5eac3f0be01f78c36d05 100755 (executable)
--- a/configure
+++ b/configure
@@ -14211,6 +14211,15 @@ EOF
     fi
 fi
 
+if test "x$wx_cv_lib_glibc21" = "xyes"; then
+    if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
+        cat >>confdefs.h <<\EOF
+#define _GNU_SOURCE 1
+EOF
+
+    fi
+fi
+
 REGEX_INCLUDE=
 if test "$wxUSE_REGEX" != "no"; then
     cat >>confdefs.h <<\EOF
@@ -14218,23 +14227,23 @@ if test "$wxUSE_REGEX" != "no"; then
 EOF
 
     if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
-                        echo "$as_me:14221: checking for regex.h" >&5
+                        echo "$as_me:14230: checking for regex.h" >&5
 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
 if test "${ac_cv_header_regex_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 14227 "configure"
+#line 14236 "configure"
 #include "confdefs.h"
 #include <regex.h>
 _ACEOF
-if { (eval echo "$as_me:14231: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:14240: \"$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:14237: \$? = $ac_status" >&5
+  echo "$as_me:14246: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -14253,20 +14262,20 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:14256: result: $ac_cv_header_regex_h" >&5
+echo "$as_me:14265: result: $ac_cv_header_regex_h" >&5
 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
 if test $ac_cv_header_regex_h = yes; then
 
 for ac_func in regcomp
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:14263: checking for $ac_func" >&5
+echo "$as_me:14272: 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 14269 "configure"
+#line 14278 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes
 else
@@ -14298,16 +14307,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14301: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14310: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:14304: \$? = $ac_status" >&5
+  echo "$as_me:14313: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:14307: \"$ac_try\"") >&5
+  { (eval echo "$as_me:14316: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:14310: \$? = $ac_status" >&5
+  echo "$as_me:14319: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -14317,7 +14326,7 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:14320: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:14329: 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
 
         if test "x$ac_cv_func_regcomp" != "xyes"; then
             if test "$wxUSE_REGEX" = "sys" ; then
-                { { echo "$as_me:14334: error: system regex library not found! Use --with-regex to use built-in version" >&5
+                { { echo "$as_me:14343: error: system regex library not found! Use --with-regex to use built-in version" >&5
 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
    { (exit 1); exit 1; }; }
             else
-                { echo "$as_me:14338: WARNING: system regex library not found, will use built-in instead" >&5
+                { echo "$as_me:14347: WARNING: system regex library not found, will use built-in instead" >&5
 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
                 wxUSE_REGEX=builtin
             fi
@@ -14357,23 +14366,23 @@ if test "$wxUSE_ZLIB" != "no" ; then
 EOF
 
     if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
-        echo "$as_me:14360: checking for zlib.h" >&5
+        echo "$as_me:14369: checking for zlib.h" >&5
 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
 if test "${ac_cv_header_zlib_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 14366 "configure"
+#line 14375 "configure"
 #include "confdefs.h"
 #include <zlib.h>
 _ACEOF
-if { (eval echo "$as_me:14370: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:14379: \"$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:14376: \$? = $ac_status" >&5
+  echo "$as_me:14385: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -14392,10 +14401,10 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:14395: result: $ac_cv_header_zlib_h" >&5
+echo "$as_me:14404: result: $ac_cv_header_zlib_h" >&5
 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
 if test $ac_cv_header_zlib_h = yes; then
-  echo "$as_me:14398: checking for deflate in -lz" >&5
+  echo "$as_me:14407: checking for deflate in -lz" >&5
 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
 if test "${ac_cv_lib_z_deflate+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14403,7 +14412,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lz  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 14406 "configure"
+#line 14415 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -14422,16 +14431,16 @@ deflate ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14425: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14434: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:14428: \$? = $ac_status" >&5
+  echo "$as_me:14437: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:14431: \"$ac_try\"") >&5
+  { (eval echo "$as_me:14440: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:14434: \$? = $ac_status" >&5
+  echo "$as_me:14443: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_z_deflate=yes
 else
@@ -14442,7 +14451,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:14445: result: $ac_cv_lib_z_deflate" >&5
+echo "$as_me:14454: result: $ac_cv_lib_z_deflate" >&5
 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
 if test $ac_cv_lib_z_deflate = yes; then
   ZLIB_LINK=" -lz"
 
         if test "x$ZLIB_LINK" = "x" ; then
             if test "$wxUSE_ZLIB" = "sys" ; then
-                { { echo "$as_me:14455: error: system zlib compression library not found! Use --with-zlib=builtin to use built-in version" >&5
+                { { echo "$as_me:14464: error: system zlib compression library not found! Use --with-zlib=builtin to use built-in version" >&5
 echo "$as_me: error: system zlib compression library not found! Use --with-zlib=builtin to use built-in version" >&2;}
    { (exit 1); exit 1; }; }
             else
-                { echo "$as_me:14459: WARNING: system zlib compression library not found, will use built-in instead" >&5
+                { echo "$as_me:14468: WARNING: system zlib compression library not found, will use built-in instead" >&5
 echo "$as_me: WARNING: system zlib compression library not found, will use built-in instead" >&2;}
                 wxUSE_ZLIB=builtin
             fi
@@ -14478,36 +14487,36 @@ if test "$wxUSE_LIBPNG" != "no" ; then
 EOF
 
     if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
-        { echo "$as_me:14481: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
+        { echo "$as_me:14490: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
 echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
         wxUSE_LIBPNG=sys
     fi
 
                 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
-        { echo "$as_me:14487: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
+        { echo "$as_me:14496: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
         wxUSE_LIBPNG=builtin
     fi
 
     if test "$wxUSE_MGL" != 1 ; then
                 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
-            echo "$as_me:14494: checking for png.h" >&5
+            echo "$as_me:14503: checking for png.h" >&5
 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
 if test "${ac_cv_header_png_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 14500 "configure"
+#line 14509 "configure"
 #include "confdefs.h"
 #include <png.h>
 _ACEOF
-if { (eval echo "$as_me:14504: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:14513: \"$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:14510: \$? = $ac_status" >&5
+  echo "$as_me:14519: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -14526,10 +14535,10 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:14529: result: $ac_cv_header_png_h" >&5
+echo "$as_me:14538: result: $ac_cv_header_png_h" >&5
 echo "${ECHO_T}$ac_cv_header_png_h" >&6
 if test $ac_cv_header_png_h = yes; then
-  echo "$as_me:14532: checking for png_check_sig in -lpng" >&5
+  echo "$as_me:14541: checking for png_check_sig in -lpng" >&5
 echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
 if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14537,7 +14546,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lpng -lz -lm $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 14540 "configure"
+#line 14549 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -14556,16 +14565,16 @@ png_check_sig ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14559: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14568: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:14562: \$? = $ac_status" >&5
+  echo "$as_me:14571: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:14565: \"$ac_try\"") >&5
+  { (eval echo "$as_me:14574: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:14568: \$? = $ac_status" >&5
+  echo "$as_me:14577: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_png_png_check_sig=yes
 else
@@ -14576,7 +14585,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:14579: result: $ac_cv_lib_png_png_check_sig" >&5
+echo "$as_me:14588: result: $ac_cv_lib_png_png_check_sig" >&5
 echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
 if test $ac_cv_lib_png_png_check_sig = yes; then
   PNG_LINK=" -lpng"
 
             if test "x$PNG_LINK" = "x" ; then
                 if test "$wxUSE_LIBPNG" = "sys" ; then
-                    { { echo "$as_me:14589: error: system png library not found! Use --with-libpng=builtin to use built-in version" >&5
+                    { { echo "$as_me:14598: error: system png library not found! Use --with-libpng=builtin to use built-in version" >&5
 echo "$as_me: error: system png library not found! Use --with-libpng=builtin to use built-in version" >&2;}
    { (exit 1); exit 1; }; }
                 else
-                    { echo "$as_me:14593: WARNING: system png library not found, will use built-in instead" >&5
+                    { echo "$as_me:14602: WARNING: system png library not found, will use built-in instead" >&5
 echo "$as_me: WARNING: system png library not found, will use built-in instead" >&2;}
                     wxUSE_LIBPNG=builtin
                 fi
@@ -14615,20 +14624,20 @@ if test "$wxUSE_LIBJPEG" != "no" ; then
 EOF
 
     if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
-        { echo "$as_me:14618: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
+        { echo "$as_me:14627: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
 echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
         wxUSE_LIBJPEG=sys
     fi
 
     if test "$wxUSE_MGL" != 1 ; then
                 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
-                                                echo "$as_me:14625: checking for jpeglib.h" >&5
+                                                echo "$as_me:14634: checking for jpeglib.h" >&5
 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
             if test "${ac_cv_header_jpeglib_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 14631 "configure"
+#line 14640 "configure"
 #include "confdefs.h"
 
                         #undef HAVE_STDLIB_H
@@ -14644,16 +14653,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:14647: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:14656: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:14650: \$? = $ac_status" >&5
+  echo "$as_me:14659: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:14653: \"$ac_try\"") >&5
+  { (eval echo "$as_me:14662: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:14656: \$? = $ac_status" >&5
+  echo "$as_me:14665: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_header_jpeglib_h=yes
 else
@@ -14666,11 +14675,11 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
 
-            echo "$as_me:14669: result: $ac_cv_header_jpeglib_h" >&5
+            echo "$as_me:14678: result: $ac_cv_header_jpeglib_h" >&5
 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
 
             if test "$ac_cv_header_jpeglib_h" = "yes"; then
-                echo "$as_me:14673: checking for jpeg_read_header in -ljpeg" >&5
+                echo "$as_me:14682: checking for jpeg_read_header in -ljpeg" >&5
 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14678,7 +14687,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-ljpeg  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 14681 "configure"
+#line 14690 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -14697,16 +14706,16 @@ jpeg_read_header ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14700: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14709: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:14703: \$? = $ac_status" >&5
+  echo "$as_me:14712: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:14706: \"$ac_try\"") >&5
+  { (eval echo "$as_me:14715: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:14709: \$? = $ac_status" >&5
+  echo "$as_me:14718: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_jpeg_jpeg_read_header=yes
 else
@@ -14717,7 +14726,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:14720: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
+echo "$as_me:14729: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
   JPEG_LINK=" -ljpeg"
 
             if test "x$JPEG_LINK" = "x" ; then
                 if test "$wxUSE_LIBJPEG" = "sys" ; then
-                    { { echo "$as_me:14730: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
+                    { { echo "$as_me:14739: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
    { (exit 1); exit 1; }; }
                 else
-                    { echo "$as_me:14734: WARNING: system jpeg library not found, will use built-in instead" >&5
+                    { echo "$as_me:14743: WARNING: system jpeg library not found, will use built-in instead" >&5
 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
                     wxUSE_LIBJPEG=builtin
                 fi
@@ -14754,23 +14763,23 @@ if test "$wxUSE_LIBTIFF" != "no" ; then
 EOF
 
     if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
-        echo "$as_me:14757: checking for tiffio.h" >&5
+        echo "$as_me:14766: checking for tiffio.h" >&5
 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
 if test "${ac_cv_header_tiffio_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 14763 "configure"
+#line 14772 "configure"
 #include "confdefs.h"
 #include <tiffio.h>
 _ACEOF
-if { (eval echo "$as_me:14767: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:14776: \"$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:14773: \$? = $ac_status" >&5
+  echo "$as_me:14782: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -14789,10 +14798,10 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:14792: result: $ac_cv_header_tiffio_h" >&5
+echo "$as_me:14801: result: $ac_cv_header_tiffio_h" >&5
 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
 if test $ac_cv_header_tiffio_h = yes; then
-  echo "$as_me:14795: checking for TIFFError in -ltiff" >&5
+  echo "$as_me:14804: checking for TIFFError in -ltiff" >&5
 echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14800,7 +14809,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-ltiff -lm $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 14803 "configure"
+#line 14812 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -14819,16 +14828,16 @@ TIFFError ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14822: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14831: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:14825: \$? = $ac_status" >&5
+  echo "$as_me:14834: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:14828: \"$ac_try\"") >&5
+  { (eval echo "$as_me:14837: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:14831: \$? = $ac_status" >&5
+  echo "$as_me:14840: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_tiff_TIFFError=yes
 else
@@ -14839,7 +14848,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:14842: result: $ac_cv_lib_tiff_TIFFError" >&5
+echo "$as_me:14851: result: $ac_cv_lib_tiff_TIFFError" >&5
 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
 if test $ac_cv_lib_tiff_TIFFError = yes; then
   TIFF_LINK=" -ltiff"
 
         if test "x$TIFF_LINK" = "x" ; then
             if test "$wxUSE_LIBTIFF" = "sys" ; then
-                { { echo "$as_me:14852: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
+                { { echo "$as_me:14861: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
 echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
    { (exit 1); exit 1; }; }
             else
-                { echo "$as_me:14856: WARNING: system tiff library not found, will use built-in instead" >&5
+                { echo "$as_me:14865: WARNING: system tiff library not found, will use built-in instead" >&5
 echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
                 wxUSE_LIBTIFF=builtin
             fi
@@ -14878,23 +14887,23 @@ if test "$USE_WIN32" = 1 ; then
 for ac_header in w32api.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:14881: checking for $ac_header" >&5
+echo "$as_me:14890: 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 14887 "configure"
+#line 14896 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:14891: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:14900: \"$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:14897: \$? = $ac_status" >&5
+  echo "$as_me:14906: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -14913,7 +14922,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:14916: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:14925: 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
@@ -14923,23 +14932,23 @@ EOF
 fi
 done
 
-    echo "$as_me:14926: checking for windows.h" >&5
+    echo "$as_me:14935: checking for windows.h" >&5
 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
 if test "${ac_cv_header_windows_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 14932 "configure"
+#line 14941 "configure"
 #include "confdefs.h"
 #include <windows.h>
 _ACEOF
-if { (eval echo "$as_me:14936: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:14945: \"$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:14942: \$? = $ac_status" >&5
+  echo "$as_me:14951: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -14958,26 +14967,26 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:14961: result: $ac_cv_header_windows_h" >&5
+echo "$as_me:14970: result: $ac_cv_header_windows_h" >&5
 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
 if test $ac_cv_header_windows_h = yes; then
   :
 else
 
-        { { echo "$as_me:14967: error: please set CFLAGS to contain the location of windows.h" >&5
+        { { echo "$as_me:14976: error: please set CFLAGS to contain the location of windows.h" >&5
 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
    { (exit 1); exit 1; }; }
 
 fi
 
-        echo "$as_me:14973: checking if w32api has good enough MSIE support" >&5
+        echo "$as_me:14982: checking if w32api has good enough MSIE support" >&5
 echo $ECHO_N "checking if w32api has good enough MSIE support... $ECHO_C" >&6
 if test "${wx_cv_w32api_win32_ie+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
       cat >conftest.$ac_ext <<_ACEOF
-#line 14980 "configure"
+#line 14989 "configure"
 #include "confdefs.h"
 #include <w32api.h>
 int
@@ -14998,16 +15007,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:15001: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:15010: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:15004: \$? = $ac_status" >&5
+  echo "$as_me:15013: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:15007: \"$ac_try\"") >&5
+  { (eval echo "$as_me:15016: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:15010: \$? = $ac_status" >&5
+  echo "$as_me:15019: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
                         wx_cv_w32api_win32_ie=yes
@@ -15022,7 +15031,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "$as_me:15025: result: $wx_cv_w32api_win32_ie" >&5
+echo "$as_me:15034: result: $wx_cv_w32api_win32_ie" >&5
 echo "${ECHO_T}$wx_cv_w32api_win32_ie" >&6
     if test "$wx_cv_w32api_win32_ie" = "yes" ; then
         CPPFLAGS="$CPPFLAGS -D_WIN32_IE=0x400"
@@ -15064,7 +15073,7 @@ if test "$wxUSE_GUI" = "yes"; then
     fi
 
     if test "$wxUSE_GTK" = 1; then
-        echo "$as_me:15067: checking for GTK+ version" >&5
+        echo "$as_me:15076: checking for GTK+ version" >&5
 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
 
         gtk_version_cached=1
@@ -15073,7 +15082,7 @@ echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
 else
 
                                                 gtk_version_cached=0
-                echo "$as_me:15076: result: " >&5
+                echo "$as_me:15085: result: " >&5
 echo "${ECHO_T}" >&6
 
                                                 GTK_MODULES=
@@ -15105,7 +15114,7 @@ fi;
 
   # Extract the first word of "pkg-config", so it can be a program name with args.
 set dummy pkg-config; ac_word=$2
-echo "$as_me:15108: checking for $ac_word" >&5
+echo "$as_me:15117: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -15122,7 +15131,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_PKG_CONFIG="$ac_dir/$ac_word"
-   echo "$as_me:15125: found $ac_dir/$ac_word" >&5
+   echo "$as_me:15134: found $ac_dir/$ac_word" >&5
    break
 fi
 done
 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
 
 if test -n "$PKG_CONFIG"; then
-  echo "$as_me:15137: result: $PKG_CONFIG" >&5
+  echo "$as_me:15146: result: $PKG_CONFIG" >&5
 echo "${ECHO_T}$PKG_CONFIG" >&6
 else
-  echo "$as_me:15140: result: no" >&5
+  echo "$as_me:15149: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -15154,7 +15163,7 @@ fi
   fi
 
   min_gtk_version=2.0.0
-  echo "$as_me:15157: checking for GTK+ - version >= $min_gtk_version" >&5
+  echo "$as_me:15166: checking for GTK+ - version >= $min_gtk_version" >&5
 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
 
   if test x$PKG_CONFIG != xno ; then
@@ -15190,7 +15199,7 @@ echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
   echo $ac_n "cross compiling; assumed OK... $ac_c"
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 15193 "configure"
+#line 15202 "configure"
 #include "confdefs.h"
 
 #include <gtk/gtk.h>
@@ -15266,15 +15275,15 @@ main ()
 
 _ACEOF
 rm -f conftest$ac_exeext
-if { (eval echo "$as_me:15269: \"$ac_link\"") >&5
+if { (eval echo "$as_me:15278: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:15272: \$? = $ac_status" >&5
+  echo "$as_me:15281: \$? = $ac_status" >&5
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (eval echo "$as_me:15274: \"$ac_try\"") >&5
+  { (eval echo "$as_me:15283: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:15277: \$? = $ac_status" >&5
+  echo "$as_me:15286: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   :
 else
      fi
   fi
   if test "x$no_gtk" = x ; then
-     echo "$as_me:15293: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
+     echo "$as_me:15302: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
      wx_cv_lib_gtk=2.0
   else
-     echo "$as_me:15297: result: no" >&5
+     echo "$as_me:15306: result: no" >&5
 echo "${ECHO_T}no" >&6
      if test "$PKG_CONFIG" = "no" ; then
        echo "*** A new enough version of pkg-config was not found."
@@ -15304,10 +15313,12 @@ echo "${ECHO_T}no" >&6
         :
        else
           echo "*** Could not run GTK+ test program, checking why..."
+         ac_save_CFLAGS="$CFLAGS"
+         ac_save_LIBS="$LIBS"
           CFLAGS="$CFLAGS $GTK_CFLAGS"
           LIBS="$LIBS $GTK_LIBS"
           cat >conftest.$ac_ext <<_ACEOF
-#line 15310 "configure"
+#line 15321 "configure"
 #include "confdefs.h"
 
 #include <gtk/gtk.h>
@@ -15322,16 +15333,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:15325: \"$ac_link\"") >&5
+if { (eval echo "$as_me:15336: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:15328: \$? = $ac_status" >&5
+  echo "$as_me:15339: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:15331: \"$ac_try\"") >&5
+  { (eval echo "$as_me:15342: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:15334: \$? = $ac_status" >&5
+  echo "$as_me:15345: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
    echo "*** The test program compiled, but did not run. This usually means"
           echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
@@ -15346,9 +15357,7 @@ else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
  echo "*** The test program failed to compile or link. See the file config.log for the"
-          echo "*** exact error that occured. This usually means GTK+ was incorrectly installed"
-          echo "*** or that you have moved GTK+ since it was installed. In the latter case, you"
-          echo "*** may want to edit the pkg-config script: $PKG_CONFIG"
+          echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
           CFLAGS="$ac_save_CFLAGS"
@@ -15413,7 +15422,7 @@ fi;
 
   # 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:15416: checking for $ac_word" >&5
+echo "$as_me:15425: 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
@@ -15430,7 +15439,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:15433: found $ac_dir/$ac_word" >&5
+   echo "$as_me:15442: 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:15445: result: $GTK_CONFIG" >&5
+  echo "$as_me:15454: result: $GTK_CONFIG" >&5
 echo "${ECHO_T}$GTK_CONFIG" >&6
 else
-  echo "$as_me:15448: result: no" >&5
+  echo "$as_me:15457: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
   min_gtk_version=1.2.7
-  echo "$as_me:15453: checking for GTK - version >= $min_gtk_version" >&5
+  echo "$as_me:15462: checking for GTK - version >= $min_gtk_version" >&5
 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
   no_gtk=""
   if test "$GTK_CONFIG" = "no" ; then
@@ -15474,7 +15483,7 @@ echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
   echo $ac_n "cross compiling; assumed OK... $ac_c"
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 15477 "configure"
+#line 15486 "configure"
 #include "confdefs.h"
 
 #include <gtk/gtk.h>
@@ -15553,15 +15562,15 @@ main ()
 
 _ACEOF
 rm -f conftest$ac_exeext
-if { (eval echo "$as_me:15556: \"$ac_link\"") >&5
+if { (eval echo "$as_me:15565: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:15559: \$? = $ac_status" >&5
+  echo "$as_me:15568: \$? = $ac_status" >&5
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (eval echo "$as_me:15561: \"$ac_try\"") >&5
+  { (eval echo "$as_me:15570: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:15564: \$? = $ac_status" >&5
+  echo "$as_me:15573: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   :
 else
      fi
   fi
   if test "x$no_gtk" = x ; then
-     echo "$as_me:15580: result: yes" >&5
+     echo "$as_me:15589: result: yes" >&5
 echo "${ECHO_T}yes" >&6
      wx_cv_lib_gtk=1.2.7
   else
-     echo "$as_me:15584: result: no" >&5
+     echo "$as_me:15593: result: no" >&5
 echo "${ECHO_T}no" >&6
      if test "$GTK_CONFIG" = "no" ; then
        echo "*** The gtk-config script installed by GTK could not be found"
@@ -15596,7 +15605,7 @@ echo "${ECHO_T}no" >&6
           CFLAGS="$CFLAGS $GTK_CFLAGS"
           LIBS="$LIBS $GTK_LIBS"
           cat >conftest.$ac_ext <<_ACEOF
-#line 15599 "configure"
+#line 15608 "configure"
 #include "confdefs.h"
 
 #include <gtk/gtk.h>
@@ -15611,16 +15620,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:15614: \"$ac_link\"") >&5
+if { (eval echo "$as_me:15623: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:15617: \$? = $ac_status" >&5
+  echo "$as_me:15626: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:15620: \"$ac_try\"") >&5
+  { (eval echo "$as_me:15629: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:15623: \$? = $ac_status" >&5
+  echo "$as_me:15632: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
    echo "*** The test program compiled, but did not run. This usually means"
           echo "*** that the run-time linker is not finding GTK or finding the wrong"
@@ -15707,7 +15716,7 @@ fi;
 
   # 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:15710: checking for $ac_word" >&5
+echo "$as_me:15719: 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
@@ -15724,7 +15733,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:15727: found $ac_dir/$ac_word" >&5
+   echo "$as_me:15736: 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:15739: result: $GTK_CONFIG" >&5
+  echo "$as_me:15748: result: $GTK_CONFIG" >&5
 echo "${ECHO_T}$GTK_CONFIG" >&6
 else
-  echo "$as_me:15742: result: no" >&5
+  echo "$as_me:15751: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
   min_gtk_version=1.2.3
-  echo "$as_me:15747: checking for GTK - version >= $min_gtk_version" >&5
+  echo "$as_me:15756: checking for GTK - version >= $min_gtk_version" >&5
 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
   no_gtk=""
   if test "$GTK_CONFIG" = "no" ; then
@@ -15768,7 +15777,7 @@ echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
   echo $ac_n "cross compiling; assumed OK... $ac_c"
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 15771 "configure"
+#line 15780 "configure"
 #include "confdefs.h"
 
 #include <gtk/gtk.h>
@@ -15847,15 +15856,15 @@ main ()
 
 _ACEOF
 rm -f conftest$ac_exeext
-if { (eval echo "$as_me:15850: \"$ac_link\"") >&5
+if { (eval echo "$as_me:15859: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:15853: \$? = $ac_status" >&5
+  echo "$as_me:15862: \$? = $ac_status" >&5
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (eval echo "$as_me:15855: \"$ac_try\"") >&5
+  { (eval echo "$as_me:15864: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:15858: \$? = $ac_status" >&5
+  echo "$as_me:15867: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   :
 else
      fi
   fi
   if test "x$no_gtk" = x ; then
-     echo "$as_me:15874: result: yes" >&5
+     echo "$as_me:15883: result: yes" >&5
 echo "${ECHO_T}yes" >&6
      wx_cv_lib_gtk=1.2.3
   else
-     echo "$as_me:15878: result: no" >&5
+     echo "$as_me:15887: result: no" >&5
 echo "${ECHO_T}no" >&6
      if test "$GTK_CONFIG" = "no" ; then
        echo "*** The gtk-config script installed by GTK could not be found"
@@ -15890,7 +15899,7 @@ echo "${ECHO_T}no" >&6
           CFLAGS="$CFLAGS $GTK_CFLAGS"
           LIBS="$LIBS $GTK_LIBS"
           cat >conftest.$ac_ext <<_ACEOF
-#line 15893 "configure"
+#line 15902 "configure"
 #include "confdefs.h"
 
 #include <gtk/gtk.h>
@@ -15905,16 +15914,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:15908: \"$ac_link\"") >&5
+if { (eval echo "$as_me:15917: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:15911: \$? = $ac_status" >&5
+  echo "$as_me:15920: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:15914: \"$ac_try\"") >&5
+  { (eval echo "$as_me:15923: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:15917: \$? = $ac_status" >&5
+  echo "$as_me:15926: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
    echo "*** The test program compiled, but did not run. This usually means"
           echo "*** that the run-time linker is not finding GTK or finding the wrong"
@@ -15962,7 +15971,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
 
                         if test "$gtk_version_cached" = 1; then
-            echo "$as_me:15965: result: $wx_cv_lib_gtk" >&5
+            echo "$as_me:15974: result: $wx_cv_lib_gtk" >&5
 echo "${ECHO_T}$wx_cv_lib_gtk" >&6
         fi
 
@@ -15974,7 +15983,7 @@ echo "${ECHO_T}$wx_cv_lib_gtk" >&6
                     ;;
             1.2.3)  WXGTK12=1
                     ;;
-            *)      { { echo "$as_me:15977: error:
+            *)      { { echo "$as_me:15986: error:
 Please check that gtk-config is in path, the directory
 where GTK+ libraries are installed (returned by
 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
@@ -15990,17 +15999,118 @@ equivalent variable and GTK+ is version 1.2.3 or above.
                     ;;
         esac
 
+        if test "$WXGTK20" = 1; then
+            if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
+
+  succeeded=no
+
+  if test -z "$PKG_CONFIG"; then
+    # Extract the first word of "pkg-config", so it can be a program name with args.
+set dummy pkg-config; ac_word=$2
+echo "$as_me:16010: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+  case $PKG_CONFIG in
+  [\\/]* | ?:[\\/]*)
+  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
+  ;;
+  *)
+  ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+  IFS=$ac_save_IFS
+  test -z "$ac_dir" && ac_dir=.
+  if $as_executable_p "$ac_dir/$ac_word"; then
+   ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word"
+   echo "$as_me:16027: found $ac_dir/$ac_word" >&5
+   break
+fi
+done
+
+  test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
+  ;;
+esac
+fi
+PKG_CONFIG=$ac_cv_path_PKG_CONFIG
+
+if test -n "$PKG_CONFIG"; then
+  echo "$as_me:16039: result: $PKG_CONFIG" >&5
+echo "${ECHO_T}$PKG_CONFIG" >&6
+else
+  echo "$as_me:16042: result: no" >&5
+echo "${ECHO_T}no" >&6
+fi
+
+  fi
+
+  if test "$PKG_CONFIG" = "no" ; then
+     echo "*** The pkg-config script could not be found. Make sure it is"
+     echo "*** in your path, or set the PKG_CONFIG environment variable"
+     echo "*** to the full path to pkg-config."
+     echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
+  else
+     PKG_CONFIG_MIN_VERSION=0.9.0
+     if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
+        echo "$as_me:16056: checking for pangoft2" >&5
+echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
+
+        if $PKG_CONFIG --exists "pangoft2" ; then
+            echo "$as_me:16060: result: yes" >&5
+echo "${ECHO_T}yes" >&6
+            succeeded=yes
+
+            echo "$as_me:16064: checking PANGOFT2_CFLAGS" >&5
+echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
+            PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"`
+            echo "$as_me:16067: result: $PANGOFT2_CFLAGS" >&5
+echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
+
+            echo "$as_me:16070: checking PANGOFT2_LIBS" >&5
+echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
+            PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"`
+            echo "$as_me:16073: result: $PANGOFT2_LIBS" >&5
+echo "${ECHO_T}$PANGOFT2_LIBS" >&6
+        else
+            PANGOFT2_CFLAGS=""
+            PANGOFT2_LIBS=""
+            ## If we have a custom action on failure, don't print errors, but
+            ## do set a variable so people can do so.
+            PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
+
+        fi
+
+     else
+        echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
+        echo "*** See http://www.freedesktop.org/software/pkgconfig"
+     fi
+  fi
+
+  if test $succeeded = yes; then
+
+                        CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS"
+                        LIBS="$LIBS $PANGOFT2_LIBS"
+
+  else
+
+                        { echo "$as_me:16097: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
+echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
+                        wxUSE_PRINTING_ARCHITECTURE="no"
+
+  fi
+
+            fi
+        fi
+
         TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
         GUI_TK_LIBRARY="$wx_cv_libs_gtk"
-        if test "$WXGTK20" = 1 ; then
-            GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lpangoft2-1.0"
-        fi
 
         AFMINSTALL=afminstall
         TOOLKIT=GTK
         GUIDIST=GTK_DIST
 
-                echo "$as_me:16003: checking for gdk_im_open in -lgdk" >&5
+                echo "$as_me:16113: checking for gdk_im_open in -lgdk" >&5
 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -16008,7 +16118,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lgdk  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 16011 "configure"
+#line 16121 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -16027,16 +16137,16 @@ gdk_im_open ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:16030: \"$ac_link\"") >&5
+if { (eval echo "$as_me:16140: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:16033: \$? = $ac_status" >&5
+  echo "$as_me:16143: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:16036: \"$ac_try\"") >&5
+  { (eval echo "$as_me:16146: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:16039: \$? = $ac_status" >&5
+  echo "$as_me:16149: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_gdk_gdk_im_open=yes
 else
@@ -16047,7 +16157,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:16050: result: $ac_cv_lib_gdk_gdk_im_open" >&5
+echo "$as_me:16160: result: $ac_cv_lib_gdk_gdk_im_open" >&5
 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
   cat >>confdefs.h <<\EOF
     fi
 
     if test "$wxUSE_MGL" = 1; then
-        echo "$as_me:16062: checking for SciTech MGL library" >&5
+        echo "$as_me:16172: checking for SciTech MGL library" >&5
 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
         if test "x$MGL_ROOT" = x ; then
-            echo "$as_me:16065: result: not found" >&5
+            echo "$as_me:16175: result: not found" >&5
 echo "${ECHO_T}not found" >&6
-            { { echo "$as_me:16067: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
+            { { echo "$as_me:16177: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
    { (exit 1); exit 1; }; }
         else
-            echo "$as_me:16071: result: $MGL_ROOT" >&5
+            echo "$as_me:16181: result: $MGL_ROOT" >&5
 echo "${ECHO_T}$MGL_ROOT" >&6
         fi
 
@@ -16080,7 +16190,7 @@ echo "${ECHO_T}$MGL_ROOT" >&6
               mgl_os=dos32/dj2
               ;;
             *)
-              { { echo "$as_me:16083: error: This system type ${host} is not yet supported by wxMGL." >&5
+              { { echo "$as_me:16193: error: This system type ${host} is not yet supported by wxMGL." >&5
 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
    { (exit 1); exit 1; }; }
         esac
@@ -16098,7 +16208,7 @@ echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&
                     -f $MGL_ROOT/lib/release/$mgl_os/libmgl.so; then
                 mgl_lib_type=release
             else
-                { { echo "$as_me:16101: error: Cannot find MGL libraries, make sure they are compiled." >&5
+                { { echo "$as_me:16211: error: Cannot find MGL libraries, make sure they are compiled." >&5
 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
    { (exit 1); exit 1; }; }
             fi
@@ -16115,24 +16225,24 @@ echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&
     fi
 
     if test "$wxUSE_MICROWIN" = 1; then
-        echo "$as_me:16118: checking for MicroWindows" >&5
+        echo "$as_me:16228: checking for MicroWindows" >&5
 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
         if test "x$MICROWINDOWS" = x ; then
-            echo "$as_me:16121: result: not found" >&5
+            echo "$as_me:16231: result: not found" >&5
 echo "${ECHO_T}not found" >&6
-            { { echo "$as_me:16123: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
+            { { echo "$as_me:16233: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
    { (exit 1); exit 1; }; }
         else
-            echo "$as_me:16127: result: $MICROWINDOWS" >&5
+            echo "$as_me:16237: result: $MICROWINDOWS" >&5
 echo "${ECHO_T}$MICROWINDOWS" >&6
         fi
 
         if test -f $MICROWINDOWS/lib/libmwin.a; then
-            echo "$as_me:16132: result: MicroWindows' libraries found." >&5
+            echo "$as_me:16242: result: MicroWindows' libraries found." >&5
 echo "${ECHO_T}MicroWindows' libraries found." >&6
         else
-            { { echo "$as_me:16135: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
+            { { echo "$as_me:16245: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
    { (exit 1); exit 1; }; }
         fi
@@ -16150,7 +16260,7 @@ echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are comp
     fi
 
     if test "$wxUSE_X11" = 1; then
-                        echo "$as_me:16153: checking for X" >&5
+                        echo "$as_me:16263: checking for X" >&5
 echo $ECHO_N "checking for X... $ECHO_C" >&6
 
 # Check whether --with-x or --without-x was given.
@@ -16247,17 +16357,17 @@ if test "$ac_x_includes" = no; then
   # Guess where to find include files, by looking for Intrinsic.h.
   # First, try using that file with no special directory specified.
   cat >conftest.$ac_ext <<_ACEOF
-#line 16250 "configure"
+#line 16360 "configure"
 #include "confdefs.h"
 #include <X11/Intrinsic.h>
 _ACEOF
-if { (eval echo "$as_me:16254: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:16364: \"$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:16260: \$? = $ac_status" >&5
+  echo "$as_me:16370: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -16290,7 +16400,7 @@ if test "$ac_x_libraries" = no; then
   ac_save_LIBS=$LIBS
   LIBS="-lXt $LIBS"
   cat >conftest.$ac_ext <<_ACEOF
-#line 16293 "configure"
+#line 16403 "configure"
 #include "confdefs.h"
 #include <X11/Intrinsic.h>
 int
@@ -16302,16 +16412,16 @@ XtMalloc (0)
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:16305: \"$ac_link\"") >&5
+if { (eval echo "$as_me:16415: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:16308: \$? = $ac_status" >&5
+  echo "$as_me:16418: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:16311: \"$ac_try\"") >&5
+  { (eval echo "$as_me:16421: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:16314: \$? = $ac_status" >&5
+  echo "$as_me:16424: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   LIBS=$ac_save_LIBS
 # We can link X programs with no special library path.
@@ -16349,7 +16459,7 @@ fi
 fi # $with_x != no
 
 if test "$have_x" != yes; then
-  echo "$as_me:16352: result: $have_x" >&5
+  echo "$as_me:16462: result: $have_x" >&5
 echo "${ECHO_T}$have_x" >&6
   no_x=yes
 else
@@ -16359,7 +16469,7 @@ else
   # Update the cache value to reflect the command line values.
   ac_cv_have_x="have_x=yes \
                ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
-  echo "$as_me:16362: result: libraries $x_libraries, headers $x_includes" >&5
+  echo "$as_me:16472: result: libraries $x_libraries, headers $x_includes" >&5
 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
 fi
 
@@ -16383,11 +16493,11 @@ else
     # others require no space.  Words are not sufficient . . . .
     case `(uname -sr) 2>/dev/null` in
     "SunOS 5"*)
-      echo "$as_me:16386: checking whether -R must be followed by a space" >&5
+      echo "$as_me:16496: checking whether -R must be followed by a space" >&5
 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
       ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
       cat >conftest.$ac_ext <<_ACEOF
-#line 16390 "configure"
+#line 16500 "configure"
 #include "confdefs.h"
 
 int
@@ -16399,16 +16509,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:16402: \"$ac_link\"") >&5
+if { (eval echo "$as_me:16512: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:16405: \$? = $ac_status" >&5
+  echo "$as_me:16515: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:16408: \"$ac_try\"") >&5
+  { (eval echo "$as_me:16518: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:16411: \$? = $ac_status" >&5
+  echo "$as_me:16521: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_R_nospace=yes
 else
@@ -16418,13 +16528,13 @@ ac_R_nospace=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
       if test $ac_R_nospace = yes; then
-       echo "$as_me:16421: result: no" >&5
+       echo "$as_me:16531: result: no" >&5
 echo "${ECHO_T}no" >&6
        X_LIBS="$X_LIBS -R$x_libraries"
       else
        LIBS="$ac_xsave_LIBS -R $x_libraries"
        cat >conftest.$ac_ext <<_ACEOF
-#line 16427 "configure"
+#line 16537 "configure"
 #include "confdefs.h"
 
 int
@@ -16436,16 +16546,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:16439: \"$ac_link\"") >&5
+if { (eval echo "$as_me:16549: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:16442: \$? = $ac_status" >&5
+  echo "$as_me:16552: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:16445: \"$ac_try\"") >&5
+  { (eval echo "$as_me:16555: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:16448: \$? = $ac_status" >&5
+  echo "$as_me:16558: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_R_space=yes
 else
@@ -16455,11 +16565,11 @@ ac_R_space=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
        if test $ac_R_space = yes; then
-         echo "$as_me:16458: result: yes" >&5
+         echo "$as_me:16568: result: yes" >&5
 echo "${ECHO_T}yes" >&6
          X_LIBS="$X_LIBS -R $x_libraries"
        else
-         echo "$as_me:16462: result: neither works" >&5
+         echo "$as_me:16572: result: neither works" >&5
 echo "${ECHO_T}neither works" >&6
        fi
       fi
@@ -16479,7 +16589,7 @@ echo "${ECHO_T}neither works" >&6
     # the Alpha needs dnet_stub (dnet does not exist).
     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
     cat >conftest.$ac_ext <<_ACEOF
-#line 16482 "configure"
+#line 16592 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -16498,22 +16608,22 @@ XOpenDisplay ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:16501: \"$ac_link\"") >&5
+if { (eval echo "$as_me:16611: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:16504: \$? = $ac_status" >&5
+  echo "$as_me:16614: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:16507: \"$ac_try\"") >&5
+  { (eval echo "$as_me:16617: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:16510: \$? = $ac_status" >&5
+  echo "$as_me:16620: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   :
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
-echo "$as_me:16516: checking for dnet_ntoa in -ldnet" >&5
+echo "$as_me:16626: checking for dnet_ntoa in -ldnet" >&5
 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -16521,7 +16631,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-ldnet  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 16524 "configure"
+#line 16634 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -16540,16 +16650,16 @@ dnet_ntoa ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:16543: \"$ac_link\"") >&5
+if { (eval echo "$as_me:16653: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:16546: \$? = $ac_status" >&5
+  echo "$as_me:16656: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:16549: \"$ac_try\"") >&5
+  { (eval echo "$as_me:16659: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:16552: \$? = $ac_status" >&5
+  echo "$as_me:16662: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_dnet_dnet_ntoa=yes
 else
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:16563: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
+echo "$as_me:16673: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
 fi
 
     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
-      echo "$as_me:16570: checking for dnet_ntoa in -ldnet_stub" >&5
+      echo "$as_me:16680: checking for dnet_ntoa in -ldnet_stub" >&5
 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -16575,7 +16685,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-ldnet_stub  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 16578 "configure"
+#line 16688 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -16594,16 +16704,16 @@ dnet_ntoa ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:16597: \"$ac_link\"") >&5
+if { (eval echo "$as_me:16707: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:16600: \$? = $ac_status" >&5
+  echo "$as_me:16710: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:16603: \"$ac_try\"") >&5
+  { (eval echo "$as_me:16713: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:16606: \$? = $ac_status" >&5
+  echo "$as_me:16716: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_dnet_stub_dnet_ntoa=yes
 else
@@ -16614,7 +16724,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:16617: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
+echo "$as_me:16727: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
@@ -16633,13 +16743,13 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
     # on Irix 5.2, according to T.E. Dickey.
     # The functions gethostbyname, getservbyname, and inet_addr are
     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
-    echo "$as_me:16636: checking for gethostbyname" >&5
+    echo "$as_me:16746: 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 16642 "configure"
+#line 16752 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char gethostbyname (); below.  */
@@ -16670,16 +16780,16 @@ f = gethostbyname;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:16673: \"$ac_link\"") >&5
+if { (eval echo "$as_me:16783: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:16676: \$? = $ac_status" >&5
+  echo "$as_me:16786: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:16679: \"$ac_try\"") >&5
+  { (eval echo "$as_me:16789: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:16682: \$? = $ac_status" >&5
+  echo "$as_me:16792: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_gethostbyname=yes
 else
@@ -16689,11 +16799,11 @@ ac_cv_func_gethostbyname=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:16692: result: $ac_cv_func_gethostbyname" >&5
+echo "$as_me:16802: result: $ac_cv_func_gethostbyname" >&5
 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
 
     if test $ac_cv_func_gethostbyname = no; then
-      echo "$as_me:16696: checking for gethostbyname in -lnsl" >&5
+      echo "$as_me:16806: 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
@@ -16701,7 +16811,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lnsl  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 16704 "configure"
+#line 16814 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -16720,16 +16830,16 @@ gethostbyname ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:16723: \"$ac_link\"") >&5
+if { (eval echo "$as_me:16833: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:16726: \$? = $ac_status" >&5
+  echo "$as_me:16836: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:16729: \"$ac_try\"") >&5
+  { (eval echo "$as_me:16839: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:16732: \$? = $ac_status" >&5
+  echo "$as_me:16842: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_nsl_gethostbyname=yes
 else
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:16743: result: $ac_cv_lib_nsl_gethostbyname" >&5
+echo "$as_me:16853: 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
   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
 fi
 
       if test $ac_cv_lib_nsl_gethostbyname = no; then
-        echo "$as_me:16750: checking for gethostbyname in -lbsd" >&5
+        echo "$as_me:16860: checking for gethostbyname in -lbsd" >&5
 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -16755,7 +16865,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lbsd  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 16758 "configure"
+#line 16868 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -16774,16 +16884,16 @@ gethostbyname ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:16777: \"$ac_link\"") >&5
+if { (eval echo "$as_me:16887: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:16780: \$? = $ac_status" >&5
+  echo "$as_me:16890: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:16783: \"$ac_try\"") >&5
+  { (eval echo "$as_me:16893: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:16786: \$? = $ac_status" >&5
+  echo "$as_me:16896: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_bsd_gethostbyname=yes
 else
@@ -16794,7 +16904,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:16797: result: $ac_cv_lib_bsd_gethostbyname" >&5
+echo "$as_me:16907: result: $ac_cv_lib_bsd_gethostbyname" >&5
 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
 if test $ac_cv_lib_bsd_gethostbyname = yes; then
   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
     # variants that don't use the nameserver (or something).  -lsocket
     # must be given before -lnsl if both are needed.  We assume that
     # if connect needs -lnsl, so does gethostbyname.
-    echo "$as_me:16813: checking for connect" >&5
+    echo "$as_me:16923: 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 16819 "configure"
+#line 16929 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char connect (); below.  */
@@ -16847,16 +16957,16 @@ f = connect;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:16850: \"$ac_link\"") >&5
+if { (eval echo "$as_me:16960: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:16853: \$? = $ac_status" >&5
+  echo "$as_me:16963: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:16856: \"$ac_try\"") >&5
+  { (eval echo "$as_me:16966: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:16859: \$? = $ac_status" >&5
+  echo "$as_me:16969: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_connect=yes
 else
@@ -16866,11 +16976,11 @@ ac_cv_func_connect=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:16869: result: $ac_cv_func_connect" >&5
+echo "$as_me:16979: result: $ac_cv_func_connect" >&5
 echo "${ECHO_T}$ac_cv_func_connect" >&6
 
     if test $ac_cv_func_connect = no; then
-      echo "$as_me:16873: checking for connect in -lsocket" >&5
+      echo "$as_me:16983: 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
@@ -16878,7 +16988,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 16881 "configure"
+#line 16991 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -16897,16 +17007,16 @@ connect ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:16900: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17010: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:16903: \$? = $ac_status" >&5
+  echo "$as_me:17013: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:16906: \"$ac_try\"") >&5
+  { (eval echo "$as_me:17016: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:16909: \$? = $ac_status" >&5
+  echo "$as_me:17019: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_socket_connect=yes
 else
@@ -16917,7 +17027,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:16920: result: $ac_cv_lib_socket_connect" >&5
+echo "$as_me:17030: 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
   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
     fi
 
     # Guillermo Gomez says -lposix is necessary on A/UX.
-    echo "$as_me:16929: checking for remove" >&5
+    echo "$as_me:17039: checking for remove" >&5
 echo $ECHO_N "checking for remove... $ECHO_C" >&6
 if test "${ac_cv_func_remove+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 16935 "configure"
+#line 17045 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char remove (); below.  */
@@ -16963,16 +17073,16 @@ f = remove;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:16966: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17076: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:16969: \$? = $ac_status" >&5
+  echo "$as_me:17079: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:16972: \"$ac_try\"") >&5
+  { (eval echo "$as_me:17082: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:16975: \$? = $ac_status" >&5
+  echo "$as_me:17085: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_remove=yes
 else
@@ -16982,11 +17092,11 @@ ac_cv_func_remove=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:16985: result: $ac_cv_func_remove" >&5
+echo "$as_me:17095: result: $ac_cv_func_remove" >&5
 echo "${ECHO_T}$ac_cv_func_remove" >&6
 
     if test $ac_cv_func_remove = no; then
-      echo "$as_me:16989: checking for remove in -lposix" >&5
+      echo "$as_me:17099: checking for remove in -lposix" >&5
 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
 if test "${ac_cv_lib_posix_remove+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -16994,7 +17104,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lposix  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 16997 "configure"
+#line 17107 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -17013,16 +17123,16 @@ remove ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17016: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17126: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:17019: \$? = $ac_status" >&5
+  echo "$as_me:17129: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:17022: \"$ac_try\"") >&5
+  { (eval echo "$as_me:17132: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:17025: \$? = $ac_status" >&5
+  echo "$as_me:17135: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_posix_remove=yes
 else
@@ -17033,7 +17143,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:17036: result: $ac_cv_lib_posix_remove" >&5
+echo "$as_me:17146: result: $ac_cv_lib_posix_remove" >&5
 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
 if test $ac_cv_lib_posix_remove = yes; then
   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
     fi
 
     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
-    echo "$as_me:17045: checking for shmat" >&5
+    echo "$as_me:17155: checking for shmat" >&5
 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
 if test "${ac_cv_func_shmat+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 17051 "configure"
+#line 17161 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char shmat (); below.  */
@@ -17079,16 +17189,16 @@ f = shmat;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17082: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17192: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:17085: \$? = $ac_status" >&5
+  echo "$as_me:17195: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:17088: \"$ac_try\"") >&5
+  { (eval echo "$as_me:17198: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:17091: \$? = $ac_status" >&5
+  echo "$as_me:17201: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_shmat=yes
 else
@@ -17098,11 +17208,11 @@ ac_cv_func_shmat=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:17101: result: $ac_cv_func_shmat" >&5
+echo "$as_me:17211: result: $ac_cv_func_shmat" >&5
 echo "${ECHO_T}$ac_cv_func_shmat" >&6
 
     if test $ac_cv_func_shmat = no; then
-      echo "$as_me:17105: checking for shmat in -lipc" >&5
+      echo "$as_me:17215: checking for shmat in -lipc" >&5
 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -17110,7 +17220,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lipc  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 17113 "configure"
+#line 17223 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -17129,16 +17239,16 @@ shmat ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17132: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17242: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:17135: \$? = $ac_status" >&5
+  echo "$as_me:17245: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:17138: \"$ac_try\"") >&5
+  { (eval echo "$as_me:17248: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:17141: \$? = $ac_status" >&5
+  echo "$as_me:17251: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_ipc_shmat=yes
 else
@@ -17149,7 +17259,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:17152: result: $ac_cv_lib_ipc_shmat" >&5
+echo "$as_me:17262: result: $ac_cv_lib_ipc_shmat" >&5
 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
 if test $ac_cv_lib_ipc_shmat = yes; then
   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
@@ -17167,7 +17277,7 @@ fi
   # These have to be linked with before -lX11, unlike the other
   # libraries we check for below, so use a different variable.
   # John Interrante, Karl Berry
-  echo "$as_me:17170: checking for IceConnectionNumber in -lICE" >&5
+  echo "$as_me:17280: checking for IceConnectionNumber in -lICE" >&5
 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -17175,7 +17285,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 17178 "configure"
+#line 17288 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -17194,16 +17304,16 @@ IceConnectionNumber ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17197: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17307: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:17200: \$? = $ac_status" >&5
+  echo "$as_me:17310: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:17203: \"$ac_try\"") >&5
+  { (eval echo "$as_me:17313: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:17206: \$? = $ac_status" >&5
+  echo "$as_me:17316: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_ICE_IceConnectionNumber=yes
 else
@@ -17214,7 +17324,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:17217: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
+echo "$as_me:17327: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
@@ -17225,7 +17335,7 @@ fi
 fi
 
         if test "$no_x" = "yes"; then
-          { { echo "$as_me:17228: error: X11 not found" >&5
+          { { echo "$as_me:17338: error: X11 not found" >&5
 echo "$as_me: error: X11 not found" >&2;}
    { (exit please use --x-includes and/or --x-libraries options); exit please use --x-includes and/or --x-libraries options; }; }
         fi
@@ -17236,16 +17346,16 @@ echo "$as_me: error: X11 not found" >&2;}
         COMPILED_X_PROGRAM=0
 
         if test "$wxUSE_NANOX" = "yes"; then
-            echo "$as_me:17239: checking for MicroWindows/NanoX distribution" >&5
+            echo "$as_me:17349: checking for MicroWindows/NanoX distribution" >&5
 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
             if test "x$MICROWIN" = x ; then
-                echo "$as_me:17242: result: not found" >&5
+                echo "$as_me:17352: result: not found" >&5
 echo "${ECHO_T}not found" >&6
-                { { echo "$as_me:17244: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
+                { { echo "$as_me:17354: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
    { (exit 1); exit 1; }; }
             else
-                echo "$as_me:17248: result: $MICROWIN" >&5
+                echo "$as_me:17358: result: $MICROWIN" >&5
 echo "${ECHO_T}$MICROWIN" >&6
                 cat >>confdefs.h <<\EOF
 #define wxUSE_NANOX 1
@@ -17255,7 +17365,7 @@ EOF
         fi
 
         xpm_link=
-        echo "$as_me:17258: checking for Xpm library" >&5
+        echo "$as_me:17368: checking for Xpm library" >&5
 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
 
 ac_find_libraries=
@@ -17285,11 +17395,11 @@ for ac_dir in $SEARCH_LIB;
 #define wxHAVE_LIB_XPM 1
 EOF
 
-            echo "$as_me:17288: result: found at $ac_find_libraries" >&5
+            echo "$as_me:17398: result: found at $ac_find_libraries" >&5
 echo "${ECHO_T}found at $ac_find_libraries" >&6
         else
             cat >conftest.$ac_ext <<_ACEOF
-#line 17292 "configure"
+#line 17402 "configure"
 #include "confdefs.h"
 
                     #include <X11/xpm.h>
@@ -17306,16 +17416,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:17309: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:17419: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:17312: \$? = $ac_status" >&5
+  echo "$as_me:17422: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:17315: \"$ac_try\"") >&5
+  { (eval echo "$as_me:17425: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:17318: \$? = $ac_status" >&5
+  echo "$as_me:17428: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
                     xpm_link=" -lXpm"
@@ -17323,7 +17433,7 @@ if { (eval echo "$as_me:17309: \"$ac_compile\"") >&5
 #define wxHAVE_LIB_XPM 1
 EOF
 
-                    echo "$as_me:17326: result: found in default search path" >&5
+                    echo "$as_me:17436: result: found in default search path" >&5
 echo "${ECHO_T}found in default search path" >&6
                     COMPILED_X_PROGRAM=0
 
@@ -17331,9 +17441,9 @@ else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
 
-                    echo "$as_me:17334: result: no" >&5
+                    echo "$as_me:17444: result: no" >&5
 echo "${ECHO_T}no" >&6
-                    { echo "$as_me:17336: WARNING: library will be compiled without support for images in XPM format" >&5
+                    { echo "$as_me:17446: WARNING: library will be compiled without support for images in XPM format" >&5
 echo "$as_me: WARNING: library will be compiled without support for images in XPM format" >&2;}
 
 fi
@@ -17356,23 +17466,23 @@ rm -f conftest.$ac_objext conftest.$ac_ext
     fi
 
     if test "$wxUSE_WINE" = 1; then
-        echo "$as_me:17359: checking for windows.h" >&5
+        echo "$as_me:17469: checking for windows.h" >&5
 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
 if test "${ac_cv_header_windows_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 17365 "configure"
+#line 17475 "configure"
 #include "confdefs.h"
 #include <windows.h>
 _ACEOF
-if { (eval echo "$as_me:17369: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:17479: \"$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:17375: \$? = $ac_status" >&5
+  echo "$as_me:17485: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -17391,20 +17501,20 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:17394: result: $ac_cv_header_windows_h" >&5
+echo "$as_me:17504: result: $ac_cv_header_windows_h" >&5
 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
 if test $ac_cv_header_windows_h = yes; then
   :
 else
 
-            { { echo "$as_me:17400: error: please set CFLAGS to contain the location of windows.h" >&5
+            { { echo "$as_me:17510: error: please set CFLAGS to contain the location of windows.h" >&5
 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
    { (exit 1); exit 1; }; }
 
 fi
 
         xpm_link=
-        echo "$as_me:17407: checking for Xpm library" >&5
+        echo "$as_me:17517: checking for Xpm library" >&5
 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
 
 ac_find_libraries=
@@ -17425,17 +17535,17 @@ for ac_dir in $SEARCH_LIB;
 #define wxHAVE_LIB_XPM 1
 EOF
 
-            echo "$as_me:17428: result: found at $ac_find_libraries" >&5
+            echo "$as_me:17538: result: found at $ac_find_libraries" >&5
 echo "${ECHO_T}found at $ac_find_libraries" >&6
         else
-            echo "$as_me:17431: result: no" >&5
+            echo "$as_me:17541: result: no" >&5
 echo "${ECHO_T}no" >&6
-            { echo "$as_me:17433: WARNING: library will be compiled without support for images in XPM format" >&5
+            { echo "$as_me:17543: WARNING: library will be compiled without support for images in XPM format" >&5
 echo "$as_me: WARNING: library will be compiled without support for images in XPM format" >&2;}
         fi
 
         mesa_link=
-        echo "$as_me:17438: checking for Mesa library" >&5
+        echo "$as_me:17548: checking for Mesa library" >&5
 echo $ECHO_N "checking for Mesa library... $ECHO_C" >&6
 
 ac_find_libraries=
@@ -17452,10 +17562,10 @@ for ac_dir in $SEARCH_LIB;
         if test "$ac_find_libraries" != "" ; then
             GUI_TK_LIBRARY="$GUI_TK_LIBRARY -L$ac_find_libraries"
             mesa_link=" -lMesaGL"
-            echo "$as_me:17455: result: found at $ac_find_libraries" >&5
+            echo "$as_me:17565: result: found at $ac_find_libraries" >&5
 echo "${ECHO_T}found at $ac_find_libraries" >&6
         else
-            { { echo "$as_me:17458: error: no" >&5
+            { { echo "$as_me:17568: error: no" >&5
 echo "$as_me: error: no" >&2;}
    { (exit 1); exit 1; }; }
         fi
@@ -17487,11 +17597,11 @@ else
     # others require no space.  Words are not sufficient . . . .
     case `(uname -sr) 2>/dev/null` in
     "SunOS 5"*)
-      echo "$as_me:17490: checking whether -R must be followed by a space" >&5
+      echo "$as_me:17600: checking whether -R must be followed by a space" >&5
 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
       ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
       cat >conftest.$ac_ext <<_ACEOF
-#line 17494 "configure"
+#line 17604 "configure"
 #include "confdefs.h"
 
 int
@@ -17503,16 +17613,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17506: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17616: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:17509: \$? = $ac_status" >&5
+  echo "$as_me:17619: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:17512: \"$ac_try\"") >&5
+  { (eval echo "$as_me:17622: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:17515: \$? = $ac_status" >&5
+  echo "$as_me:17625: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_R_nospace=yes
 else
@@ -17522,13 +17632,13 @@ ac_R_nospace=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
       if test $ac_R_nospace = yes; then
-       echo "$as_me:17525: result: no" >&5
+       echo "$as_me:17635: result: no" >&5
 echo "${ECHO_T}no" >&6
        X_LIBS="$X_LIBS -R$x_libraries"
       else
        LIBS="$ac_xsave_LIBS -R $x_libraries"
        cat >conftest.$ac_ext <<_ACEOF
-#line 17531 "configure"
+#line 17641 "configure"
 #include "confdefs.h"
 
 int
@@ -17540,16 +17650,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17543: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17653: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:17546: \$? = $ac_status" >&5
+  echo "$as_me:17656: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:17549: \"$ac_try\"") >&5
+  { (eval echo "$as_me:17659: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:17552: \$? = $ac_status" >&5
+  echo "$as_me:17662: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_R_space=yes
 else
@@ -17559,11 +17669,11 @@ ac_R_space=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
        if test $ac_R_space = yes; then
-         echo "$as_me:17562: result: yes" >&5
+         echo "$as_me:17672: result: yes" >&5
 echo "${ECHO_T}yes" >&6
          X_LIBS="$X_LIBS -R $x_libraries"
        else
-         echo "$as_me:17566: result: neither works" >&5
+         echo "$as_me:17676: result: neither works" >&5
 echo "${ECHO_T}neither works" >&6
        fi
       fi
@@ -17583,7 +17693,7 @@ echo "${ECHO_T}neither works" >&6
     # the Alpha needs dnet_stub (dnet does not exist).
     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
     cat >conftest.$ac_ext <<_ACEOF
-#line 17586 "configure"
+#line 17696 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -17602,22 +17712,22 @@ XOpenDisplay ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17605: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17715: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:17608: \$? = $ac_status" >&5
+  echo "$as_me:17718: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:17611: \"$ac_try\"") >&5
+  { (eval echo "$as_me:17721: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:17614: \$? = $ac_status" >&5
+  echo "$as_me:17724: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   :
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
-echo "$as_me:17620: checking for dnet_ntoa in -ldnet" >&5
+echo "$as_me:17730: checking for dnet_ntoa in -ldnet" >&5
 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -17625,7 +17735,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-ldnet  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 17628 "configure"
+#line 17738 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -17644,16 +17754,16 @@ dnet_ntoa ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17647: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17757: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:17650: \$? = $ac_status" >&5
+  echo "$as_me:17760: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:17653: \"$ac_try\"") >&5
+  { (eval echo "$as_me:17763: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:17656: \$? = $ac_status" >&5
+  echo "$as_me:17766: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_dnet_dnet_ntoa=yes
 else
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:17667: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
+echo "$as_me:17777: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
 fi
 
     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
-      echo "$as_me:17674: checking for dnet_ntoa in -ldnet_stub" >&5
+      echo "$as_me:17784: checking for dnet_ntoa in -ldnet_stub" >&5
 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -17679,7 +17789,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-ldnet_stub  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 17682 "configure"
+#line 17792 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -17698,16 +17808,16 @@ dnet_ntoa ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17701: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17811: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:17704: \$? = $ac_status" >&5
+  echo "$as_me:17814: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:17707: \"$ac_try\"") >&5
+  { (eval echo "$as_me:17817: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:17710: \$? = $ac_status" >&5
+  echo "$as_me:17820: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_dnet_stub_dnet_ntoa=yes
 else
@@ -17718,7 +17828,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:17721: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
+echo "$as_me:17831: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
@@ -17737,13 +17847,13 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
     # on Irix 5.2, according to T.E. Dickey.
     # The functions gethostbyname, getservbyname, and inet_addr are
     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
-    echo "$as_me:17740: checking for gethostbyname" >&5
+    echo "$as_me:17850: 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 17746 "configure"
+#line 17856 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char gethostbyname (); below.  */
@@ -17774,16 +17884,16 @@ f = gethostbyname;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17777: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17887: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:17780: \$? = $ac_status" >&5
+  echo "$as_me:17890: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:17783: \"$ac_try\"") >&5
+  { (eval echo "$as_me:17893: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:17786: \$? = $ac_status" >&5
+  echo "$as_me:17896: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_gethostbyname=yes
 else
@@ -17793,11 +17903,11 @@ ac_cv_func_gethostbyname=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:17796: result: $ac_cv_func_gethostbyname" >&5
+echo "$as_me:17906: result: $ac_cv_func_gethostbyname" >&5
 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
 
     if test $ac_cv_func_gethostbyname = no; then
-      echo "$as_me:17800: checking for gethostbyname in -lnsl" >&5
+      echo "$as_me:17910: 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
@@ -17805,7 +17915,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lnsl  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 17808 "configure"
+#line 17918 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -17824,16 +17934,16 @@ gethostbyname ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17827: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17937: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:17830: \$? = $ac_status" >&5
+  echo "$as_me:17940: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:17833: \"$ac_try\"") >&5
+  { (eval echo "$as_me:17943: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:17836: \$? = $ac_status" >&5
+  echo "$as_me:17946: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_nsl_gethostbyname=yes
 else
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:17847: result: $ac_cv_lib_nsl_gethostbyname" >&5
+echo "$as_me:17957: 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
   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
 fi
 
       if test $ac_cv_lib_nsl_gethostbyname = no; then
-        echo "$as_me:17854: checking for gethostbyname in -lbsd" >&5
+        echo "$as_me:17964: checking for gethostbyname in -lbsd" >&5
 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -17859,7 +17969,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lbsd  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 17862 "configure"
+#line 17972 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -17878,16 +17988,16 @@ gethostbyname ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17881: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17991: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:17884: \$? = $ac_status" >&5
+  echo "$as_me:17994: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:17887: \"$ac_try\"") >&5
+  { (eval echo "$as_me:17997: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:17890: \$? = $ac_status" >&5
+  echo "$as_me:18000: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_bsd_gethostbyname=yes
 else
@@ -17898,7 +18008,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:17901: result: $ac_cv_lib_bsd_gethostbyname" >&5
+echo "$as_me:18011: result: $ac_cv_lib_bsd_gethostbyname" >&5
 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
 if test $ac_cv_lib_bsd_gethostbyname = yes; then
   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
     # variants that don't use the nameserver (or something).  -lsocket
     # must be given before -lnsl if both are needed.  We assume that
     # if connect needs -lnsl, so does gethostbyname.
-    echo "$as_me:17917: checking for connect" >&5
+    echo "$as_me:18027: 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 17923 "configure"
+#line 18033 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char connect (); below.  */
@@ -17951,16 +18061,16 @@ f = connect;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17954: \"$ac_link\"") >&5
+if { (eval echo "$as_me:18064: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:17957: \$? = $ac_status" >&5
+  echo "$as_me:18067: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:17960: \"$ac_try\"") >&5
+  { (eval echo "$as_me:18070: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:17963: \$? = $ac_status" >&5
+  echo "$as_me:18073: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_connect=yes
 else
@@ -17970,11 +18080,11 @@ ac_cv_func_connect=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:17973: result: $ac_cv_func_connect" >&5
+echo "$as_me:18083: result: $ac_cv_func_connect" >&5
 echo "${ECHO_T}$ac_cv_func_connect" >&6
 
     if test $ac_cv_func_connect = no; then
-      echo "$as_me:17977: checking for connect in -lsocket" >&5
+      echo "$as_me:18087: 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
@@ -17982,7 +18092,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 17985 "configure"
+#line 18095 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -18001,16 +18111,16 @@ connect ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:18004: \"$ac_link\"") >&5
+if { (eval echo "$as_me:18114: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:18007: \$? = $ac_status" >&5
+  echo "$as_me:18117: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:18010: \"$ac_try\"") >&5
+  { (eval echo "$as_me:18120: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:18013: \$? = $ac_status" >&5
+  echo "$as_me:18123: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_socket_connect=yes
 else
@@ -18021,7 +18131,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:18024: result: $ac_cv_lib_socket_connect" >&5
+echo "$as_me:18134: 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
   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
     fi
 
     # Guillermo Gomez says -lposix is necessary on A/UX.
-    echo "$as_me:18033: checking for remove" >&5
+    echo "$as_me:18143: checking for remove" >&5
 echo $ECHO_N "checking for remove... $ECHO_C" >&6
 if test "${ac_cv_func_remove+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 18039 "configure"
+#line 18149 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char remove (); below.  */
@@ -18067,16 +18177,16 @@ f = remove;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:18070: \"$ac_link\"") >&5
+if { (eval echo "$as_me:18180: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:18073: \$? = $ac_status" >&5
+  echo "$as_me:18183: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:18076: \"$ac_try\"") >&5
+  { (eval echo "$as_me:18186: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:18079: \$? = $ac_status" >&5
+  echo "$as_me:18189: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_remove=yes
 else
@@ -18086,11 +18196,11 @@ ac_cv_func_remove=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:18089: result: $ac_cv_func_remove" >&5
+echo "$as_me:18199: result: $ac_cv_func_remove" >&5
 echo "${ECHO_T}$ac_cv_func_remove" >&6
 
     if test $ac_cv_func_remove = no; then
-      echo "$as_me:18093: checking for remove in -lposix" >&5
+      echo "$as_me:18203: checking for remove in -lposix" >&5
 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
 if test "${ac_cv_lib_posix_remove+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -18098,7 +18208,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lposix  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 18101 "configure"
+#line 18211 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -18117,16 +18227,16 @@ remove ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:18120: \"$ac_link\"") >&5
+if { (eval echo "$as_me:18230: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:18123: \$? = $ac_status" >&5
+  echo "$as_me:18233: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:18126: \"$ac_try\"") >&5
+  { (eval echo "$as_me:18236: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:18129: \$? = $ac_status" >&5
+  echo "$as_me:18239: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_posix_remove=yes
 else
@@ -18137,7 +18247,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:18140: result: $ac_cv_lib_posix_remove" >&5
+echo "$as_me:18250: result: $ac_cv_lib_posix_remove" >&5
 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
 if test $ac_cv_lib_posix_remove = yes; then
   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
     fi
 
     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
-    echo "$as_me:18149: checking for shmat" >&5
+    echo "$as_me:18259: checking for shmat" >&5
 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
 if test "${ac_cv_func_shmat+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 18155 "configure"
+#line 18265 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char shmat (); below.  */
@@ -18183,16 +18293,16 @@ f = shmat;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:18186: \"$ac_link\"") >&5
+if { (eval echo "$as_me:18296: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:18189: \$? = $ac_status" >&5
+  echo "$as_me:18299: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:18192: \"$ac_try\"") >&5
+  { (eval echo "$as_me:18302: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:18195: \$? = $ac_status" >&5
+  echo "$as_me:18305: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_shmat=yes
 else
@@ -18202,11 +18312,11 @@ ac_cv_func_shmat=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:18205: result: $ac_cv_func_shmat" >&5
+echo "$as_me:18315: result: $ac_cv_func_shmat" >&5
 echo "${ECHO_T}$ac_cv_func_shmat" >&6
 
     if test $ac_cv_func_shmat = no; then
-      echo "$as_me:18209: checking for shmat in -lipc" >&5
+      echo "$as_me:18319: checking for shmat in -lipc" >&5
 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -18214,7 +18324,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lipc  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 18217 "configure"
+#line 18327 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -18233,16 +18343,16 @@ shmat ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:18236: \"$ac_link\"") >&5
+if { (eval echo "$as_me:18346: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:18239: \$? = $ac_status" >&5
+  echo "$as_me:18349: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:18242: \"$ac_try\"") >&5
+  { (eval echo "$as_me:18352: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:18245: \$? = $ac_status" >&5
+  echo "$as_me:18355: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_ipc_shmat=yes
 else
@@ -18253,7 +18363,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:18256: result: $ac_cv_lib_ipc_shmat" >&5
+echo "$as_me:18366: result: $ac_cv_lib_ipc_shmat" >&5
 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
 if test $ac_cv_lib_ipc_shmat = yes; then
   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
@@ -18271,7 +18381,7 @@ fi
   # These have to be linked with before -lX11, unlike the other
   # libraries we check for below, so use a different variable.
   # John Interrante, Karl Berry
-  echo "$as_me:18274: checking for IceConnectionNumber in -lICE" >&5
+  echo "$as_me:18384: checking for IceConnectionNumber in -lICE" >&5
 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -18279,7 +18389,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 18282 "configure"
+#line 18392 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -18298,16 +18408,16 @@ IceConnectionNumber ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:18301: \"$ac_link\"") >&5
+if { (eval echo "$as_me:18411: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:18304: \$? = $ac_status" >&5
+  echo "$as_me:18414: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:18307: \"$ac_try\"") >&5
+  { (eval echo "$as_me:18417: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:18310: \$? = $ac_status" >&5
+  echo "$as_me:18420: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_ICE_IceConnectionNumber=yes
 else
@@ -18318,7 +18428,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:18321: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
+echo "$as_me:18431: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
@@ -18329,7 +18439,7 @@ fi
 fi
 
         if test "$no_x" = "yes"; then
-          { { echo "$as_me:18332: error: X11 not found" >&5
+          { { echo "$as_me:18442: error: X11 not found" >&5
 echo "$as_me: error: X11 not found" >&2;}
    { (exit please use --x-includes and/or --x-libraries options); exit please use --x-includes and/or --x-libraries options; }; }
         fi
@@ -18339,7 +18449,7 @@ echo "$as_me: error: X11 not found" >&2;}
         AFMINSTALL=afminstall
         COMPILED_X_PROGRAM=0
 
-        echo "$as_me:18342: checking for Motif/Lesstif headers" >&5
+        echo "$as_me:18452: checking for Motif/Lesstif headers" >&5
 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
 
 ac_find_includes=
@@ -18352,11 +18462,11 @@ for ac_dir in $SEARCH_INCLUDE;
   done
 
         if test "$ac_find_includes" != "" ; then
-            echo "$as_me:18355: result: found $ac_find_includes" >&5
+            echo "$as_me:18465: result: found $ac_find_includes" >&5
 echo "${ECHO_T}found $ac_find_includes" >&6
         else
             cat >conftest.$ac_ext <<_ACEOF
-#line 18359 "configure"
+#line 18469 "configure"
 #include "confdefs.h"
 
                     #include <Xm/Xm.h>
@@ -18373,19 +18483,19 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:18376: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:18486: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:18379: \$? = $ac_status" >&5
+  echo "$as_me:18489: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:18382: \"$ac_try\"") >&5
+  { (eval echo "$as_me:18492: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:18385: \$? = $ac_status" >&5
+  echo "$as_me:18495: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
-                    echo "$as_me:18388: result: found in default search path" >&5
+                    echo "$as_me:18498: result: found in default search path" >&5
 echo "${ECHO_T}found in default search path" >&6
                     COMPILED_X_PROGRAM=1
 
@@ -18393,9 +18503,9 @@ else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
 
-                    echo "$as_me:18396: result: no" >&5
+                    echo "$as_me:18506: result: no" >&5
 echo "${ECHO_T}no" >&6
-                    { { echo "$as_me:18398: error: please set CFLAGS to contain the location of Xm/Xm.h" >&5
+                    { { echo "$as_me:18508: error: please set CFLAGS to contain the location of Xm/Xm.h" >&5
 echo "$as_me: error: please set CFLAGS to contain the location of Xm/Xm.h" >&2;}
    { (exit 1); exit 1; }; }
 
@@ -18404,7 +18514,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
         fi
 
         if test "$COMPILED_X_PROGRAM" = 0; then
-            echo "$as_me:18407: checking for Motif/Lesstif library" >&5
+            echo "$as_me:18517: checking for Motif/Lesstif library" >&5
 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
 
 ac_find_libraries=
@@ -18439,11 +18549,11 @@ for ac_dir in $SEARCH_LIB;
 
                 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
                 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
-                echo "$as_me:18442: result: found at $ac_find_libraries" >&5
+                echo "$as_me:18552: result: found at $ac_find_libraries" >&5
 echo "${ECHO_T}found at $ac_find_libraries" >&6
             else
                                                                 cat >conftest.$ac_ext <<_ACEOF
-#line 18446 "configure"
+#line 18556 "configure"
 #include "confdefs.h"
 
                         #include <Xm/Xm.h>
@@ -18460,19 +18570,19 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:18463: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:18573: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:18466: \$? = $ac_status" >&5
+  echo "$as_me:18576: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:18469: \"$ac_try\"") >&5
+  { (eval echo "$as_me:18579: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:18472: \$? = $ac_status" >&5
+  echo "$as_me:18582: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
-                        echo "$as_me:18475: result: found in default search path" >&5
+                        echo "$as_me:18585: result: found in default search path" >&5
 echo "${ECHO_T}found in default search path" >&6
                         COMPILED_X_PROGRAM=1
 
@@ -18480,9 +18590,9 @@ else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
 
-                        echo "$as_me:18483: result: no" >&5
+                        echo "$as_me:18593: result: no" >&5
 echo "${ECHO_T}no" >&6
-                        { { echo "$as_me:18485: error: please set LDFLAGS to contain the location of libXm" >&5
+                        { { echo "$as_me:18595: error: please set LDFLAGS to contain the location of libXm" >&5
 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
    { (exit 1); exit 1; }; }
 
@@ -18492,7 +18602,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
         fi
 
         xpm_link=
-        echo "$as_me:18495: checking for Xpm library" >&5
+        echo "$as_me:18605: checking for Xpm library" >&5
 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
 
 ac_find_libraries=
@@ -18522,11 +18632,11 @@ for ac_dir in $SEARCH_LIB;
 #define wxHAVE_LIB_XPM 1
 EOF
 
-            echo "$as_me:18525: result: found at $ac_find_libraries" >&5
+            echo "$as_me:18635: result: found at $ac_find_libraries" >&5
 echo "${ECHO_T}found at $ac_find_libraries" >&6
         else
             cat >conftest.$ac_ext <<_ACEOF
-#line 18529 "configure"
+#line 18639 "configure"
 #include "confdefs.h"
 
                     #include <X11/xpm.h>
@@ -18543,16 +18653,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:18546: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:18656: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:18549: \$? = $ac_status" >&5
+  echo "$as_me:18659: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:18552: \"$ac_try\"") >&5
+  { (eval echo "$as_me:18662: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:18555: \$? = $ac_status" >&5
+  echo "$as_me:18665: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
                     xpm_link=" -lXpm"
@@ -18560,7 +18670,7 @@ if { (eval echo "$as_me:18546: \"$ac_compile\"") >&5
 #define wxHAVE_LIB_XPM 1
 EOF
 
-                    echo "$as_me:18563: result: found in default search path" >&5
+                    echo "$as_me:18673: result: found in default search path" >&5
 echo "${ECHO_T}found in default search path" >&6
                     COMPILED_X_PROGRAM=0
 
@@ -18568,16 +18678,16 @@ else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
 
-                    echo "$as_me:18571: result: no" >&5
+                    echo "$as_me:18681: result: no" >&5
 echo "${ECHO_T}no" >&6
-                    { echo "$as_me:18573: WARNING: library will be compiled without support for images in XPM format" >&5
+                    { echo "$as_me:18683: WARNING: library will be compiled without support for images in XPM format" >&5
 echo "$as_me: WARNING: library will be compiled without support for images in XPM format" >&2;}
 
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
         fi
 
-        echo "$as_me:18580: checking if we need -lXp and/or -lSM -lICE" >&5
+        echo "$as_me:18690: checking if we need -lXp and/or -lSM -lICE" >&5
 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
         libp_link=""
         libsm_ice_link=""
@@ -18589,7 +18699,7 @@ echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
                         save_LIBS="$LIBS"
                         LIBS="$GUI_TK_LIBRARY -lXm${xpm_link} ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
                         cat >conftest.$ac_ext <<_ACEOF
-#line 18592 "configure"
+#line 18702 "configure"
 #include "confdefs.h"
 
                                 #include <Xm/Xm.h>
@@ -18609,21 +18719,21 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:18612: \"$ac_link\"") >&5
+if { (eval echo "$as_me:18722: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:18615: \$? = $ac_status" >&5
+  echo "$as_me:18725: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:18618: \"$ac_try\"") >&5
+  { (eval echo "$as_me:18728: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:18621: \$? = $ac_status" >&5
+  echo "$as_me:18731: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
                                 libp_link="$libp"
                                 libsm_ice_link="$libsm_ice"
-                                echo "$as_me:18626: result: need${libp_link}${libsm_ice_link}" >&5
+                                echo "$as_me:18736: result: need${libp_link}${libsm_ice_link}" >&5
 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
                                 libs_found=1
 
@@ -18640,9 +18750,9 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
         done
 
         if test "$libs_found" = "0"; then
-            echo "$as_me:18643: result: can't find the right libraries" >&5
+            echo "$as_me:18753: result: can't find the right libraries" >&5
 echo "${ECHO_T}can't find the right libraries" >&6
-            { { echo "$as_me:18645: error: can't link a simple motif program" >&5
+            { { echo "$as_me:18755: error: can't link a simple motif program" >&5
 echo "$as_me: error: can't link a simple motif program" >&2;}
    { (exit 1); exit 1; }; }
         fi
@@ -18764,23 +18874,23 @@ if test "$wxUSE_OPENGL" = "yes"; then
     elif test "$wxUSE_MSW" = 1; then
         OPENGL_LIBS="-lopengl32 -lglu32"
     else
-        echo "$as_me:18767: checking for GL/gl.h" >&5
+        echo "$as_me:18877: checking for GL/gl.h" >&5
 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
 if test "${ac_cv_header_GL_gl_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 18773 "configure"
+#line 18883 "configure"
 #include "confdefs.h"
 #include <GL/gl.h>
 _ACEOF
-if { (eval echo "$as_me:18777: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:18887: \"$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:18783: \$? = $ac_status" >&5
+  echo "$as_me:18893: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -18799,11 +18909,11 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:18802: result: $ac_cv_header_GL_gl_h" >&5
+echo "$as_me:18912: result: $ac_cv_header_GL_gl_h" >&5
 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
 if test $ac_cv_header_GL_gl_h = yes; then
 
-                echo "$as_me:18806: checking for -lGL" >&5
+                echo "$as_me:18916: checking for -lGL" >&5
 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
 
 ac_find_libraries=
@@ -18833,12 +18943,12 @@ for ac_dir in $SEARCH_LIB;
                         LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
                     fi
                     OPENGL_LIBS="-lGL -lGLU"
-                    echo "$as_me:18836: result: yes" >&5
+                    echo "$as_me:18946: result: yes" >&5
 echo "${ECHO_T}yes" >&6
                 else
-                    echo "$as_me:18839: result: no" >&5
+                    echo "$as_me:18949: result: no" >&5
 echo "${ECHO_T}no" >&6
-                    echo "$as_me:18841: checking for -lMesaGL" >&5
+                    echo "$as_me:18951: checking for -lMesaGL" >&5
 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
 
 ac_find_libraries=
@@ -18864,10 +18974,10 @@ for ac_dir in $SEARCH_LIB;
 
                         LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
                         OPENGL_LIBS="-lMesaGL -lMesaGLU"
-                        echo "$as_me:18867: result: yes" >&5
+                        echo "$as_me:18977: result: yes" >&5
 echo "${ECHO_T}yes" >&6
                     else
-                        echo "$as_me:18870: result: no" >&5
+                        echo "$as_me:18980: result: no" >&5
 echo "${ECHO_T}no" >&6
                     fi
                 fi
@@ -18875,7 +18985,7 @@ echo "${ECHO_T}no" >&6
 fi
 
         if test "x$OPENGL_LIBS" = "x"; then
-                                                { { echo "$as_me:18878: error: OpenGL libraries not available" >&5
+                                                { { echo "$as_me:18988: error: OpenGL libraries not available" >&5
 echo "$as_me: error: OpenGL libraries not available" >&2;}
    { (exit 1); exit 1; }; }
         fi
@@ -18969,7 +19079,7 @@ if test "$wxUSE_SHARED" = "yes"; then
       *-pc-os2_emx | *-pc-os2-emx | \
       *-pc-msdosdjgpp )
                 wxUSE_SHARED=no
-        { echo "$as_me:18972: WARNING: Host system doesn't support shared libraries, disabling" >&5
+        { echo "$as_me:19082: WARNING: Host system doesn't support shared libraries, disabling" >&5
 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
       ;;
     esac
@@ -19012,14 +19122,14 @@ if test "$wxUSE_SHARED" = "yes"; then
 
       *-*-linux* )
         if test "$GCC" != "yes"; then
-            echo "$as_me:19015: checking for Intel compiler" >&5
+            echo "$as_me:19125: checking for Intel compiler" >&5
 echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
 if test "${wx_cv_prog_icc+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
                 cat >conftest.$ac_ext <<_ACEOF
-#line 19022 "configure"
+#line 19132 "configure"
 #include "confdefs.h"
 
 int
@@ -19035,16 +19145,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19038: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19148: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:19041: \$? = $ac_status" >&5
+  echo "$as_me:19151: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:19044: \"$ac_try\"") >&5
+  { (eval echo "$as_me:19154: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:19047: \$? = $ac_status" >&5
+  echo "$as_me:19157: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   wx_cv_prog_icc=yes
 else
@@ -19056,7 +19166,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "$as_me:19059: result: $wx_cv_prog_icc" >&5
+echo "$as_me:19169: result: $wx_cv_prog_icc" >&5
 echo "${ECHO_T}$wx_cv_prog_icc" >&6
             if test "$wx_cv_prog_icc" = "yes"; then
                 PIC_FLAG="-KPIC"
@@ -19093,7 +19203,7 @@ echo "${ECHO_T}$wx_cv_prog_icc" >&6
       *-*-aix* )
                         # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
 set dummy makeC++SharedLib; ac_word=$2
-echo "$as_me:19096: checking for $ac_word" >&5
+echo "$as_me:19206: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -19108,7 +19218,7 @@ for ac_dir in $ac_dummy; do
   test -z "$ac_dir" && ac_dir=.
   $as_executable_p "$ac_dir/$ac_word" || continue
 ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
-echo "$as_me:19111: found $ac_dir/$ac_word" >&5
+echo "$as_me:19221: found $ac_dir/$ac_word" >&5
 break
 done
 
 fi
 AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD
 if test -n "$AIX_CXX_LD"; then
-  echo "$as_me:19120: result: $AIX_CXX_LD" >&5
+  echo "$as_me:19230: result: $AIX_CXX_LD" >&5
 echo "${ECHO_T}$AIX_CXX_LD" >&6
 else
-  echo "$as_me:19123: result: no" >&5
+  echo "$as_me:19233: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -19157,7 +19267,7 @@ fi
               ;;
 
       *)
-        { { echo "$as_me:19160: error: unknown system type $host." >&5
+        { { echo "$as_me:19270: error: unknown system type $host." >&5
 echo "$as_me: error: unknown system type $host." >&2;}
    { (exit 1); exit 1; }; }
     esac
@@ -19201,7 +19311,7 @@ if test "$wxUSE_MAC" = 1; then
     WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_res"
     # Extract the first word of "Rez", so it can be a program name with args.
 set dummy Rez; ac_word=$2
-echo "$as_me:19204: checking for $ac_word" >&5
+echo "$as_me:19314: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_prog_RESCOMP+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -19216,7 +19326,7 @@ for ac_dir in $ac_dummy; do
   test -z "$ac_dir" && ac_dir=.
   $as_executable_p "$ac_dir/$ac_word" || continue
 ac_cv_prog_RESCOMP="Rez"
-echo "$as_me:19219: found $ac_dir/$ac_word" >&5
+echo "$as_me:19329: found $ac_dir/$ac_word" >&5
 break
 done
 
 fi
 RESCOMP=$ac_cv_prog_RESCOMP
 if test -n "$RESCOMP"; then
-  echo "$as_me:19228: result: $RESCOMP" >&5
+  echo "$as_me:19338: result: $RESCOMP" >&5
 echo "${ECHO_T}$RESCOMP" >&6
 else
-  echo "$as_me:19231: result: no" >&5
+  echo "$as_me:19341: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
     # Extract the first word of "DeRez", so it can be a program name with args.
 set dummy DeRez; ac_word=$2
-echo "$as_me:19237: checking for $ac_word" >&5
+echo "$as_me:19347: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_prog_DEREZ+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -19249,7 +19359,7 @@ for ac_dir in $ac_dummy; do
   test -z "$ac_dir" && ac_dir=.
   $as_executable_p "$ac_dir/$ac_word" || continue
 ac_cv_prog_DEREZ="DeRez"
-echo "$as_me:19252: found $ac_dir/$ac_word" >&5
+echo "$as_me:19362: found $ac_dir/$ac_word" >&5
 break
 done
 
 fi
 DEREZ=$ac_cv_prog_DEREZ
 if test -n "$DEREZ"; then
-  echo "$as_me:19261: result: $DEREZ" >&5
+  echo "$as_me:19371: result: $DEREZ" >&5
 echo "${ECHO_T}$DEREZ" >&6
 else
-  echo "$as_me:19264: result: no" >&5
+  echo "$as_me:19374: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -19279,13 +19389,13 @@ else
     fi
 fi
 
-echo "$as_me:19282: checking for mode_t" >&5
+echo "$as_me:19392: checking for mode_t" >&5
 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
 if test "${ac_cv_type_mode_t+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 19288 "configure"
+#line 19398 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -19300,16 +19410,16 @@ if (sizeof (mode_t))
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19303: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19413: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:19306: \$? = $ac_status" >&5
+  echo "$as_me:19416: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:19309: \"$ac_try\"") >&5
+  { (eval echo "$as_me:19419: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:19312: \$? = $ac_status" >&5
+  echo "$as_me:19422: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_type_mode_t=yes
 else
@@ -19319,7 +19429,7 @@ ac_cv_type_mode_t=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:19322: result: $ac_cv_type_mode_t" >&5
+echo "$as_me:19432: result: $ac_cv_type_mode_t" >&5
 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
 if test $ac_cv_type_mode_t = yes; then
   :
@@ -19331,13 +19441,13 @@ EOF
 
 fi
 
-echo "$as_me:19334: checking for off_t" >&5
+echo "$as_me:19444: checking for off_t" >&5
 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
 if test "${ac_cv_type_off_t+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 19340 "configure"
+#line 19450 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -19352,16 +19462,16 @@ if (sizeof (off_t))
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19355: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19465: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:19358: \$? = $ac_status" >&5
+  echo "$as_me:19468: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:19361: \"$ac_try\"") >&5
+  { (eval echo "$as_me:19471: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:19364: \$? = $ac_status" >&5
+  echo "$as_me:19474: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_type_off_t=yes
 else
@@ -19371,7 +19481,7 @@ ac_cv_type_off_t=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:19374: result: $ac_cv_type_off_t" >&5
+echo "$as_me:19484: result: $ac_cv_type_off_t" >&5
 echo "${ECHO_T}$ac_cv_type_off_t" >&6
 if test $ac_cv_type_off_t = yes; then
   :
@@ -19383,13 +19493,13 @@ EOF
 
 fi
 
-echo "$as_me:19386: checking for pid_t" >&5
+echo "$as_me:19496: checking for pid_t" >&5
 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
 if test "${ac_cv_type_pid_t+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 19392 "configure"
+#line 19502 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -19404,16 +19514,16 @@ if (sizeof (pid_t))
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19407: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19517: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:19410: \$? = $ac_status" >&5
+  echo "$as_me:19520: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:19413: \"$ac_try\"") >&5
+  { (eval echo "$as_me:19523: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:19416: \$? = $ac_status" >&5
+  echo "$as_me:19526: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_type_pid_t=yes
 else
@@ -19423,7 +19533,7 @@ ac_cv_type_pid_t=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:19426: result: $ac_cv_type_pid_t" >&5
+echo "$as_me:19536: result: $ac_cv_type_pid_t" >&5
 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
 if test $ac_cv_type_pid_t = yes; then
   :
@@ -19435,13 +19545,13 @@ EOF
 
 fi
 
-echo "$as_me:19438: checking for size_t" >&5
+echo "$as_me:19548: checking for size_t" >&5
 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
 if test "${ac_cv_type_size_t+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 19444 "configure"
+#line 19554 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -19456,16 +19566,16 @@ if (sizeof (size_t))
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19459: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19569: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:19462: \$? = $ac_status" >&5
+  echo "$as_me:19572: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:19465: \"$ac_try\"") >&5
+  { (eval echo "$as_me:19575: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:19468: \$? = $ac_status" >&5
+  echo "$as_me:19578: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_type_size_t=yes
 else
@@ -19475,7 +19585,7 @@ ac_cv_type_size_t=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:19478: result: $ac_cv_type_size_t" >&5
+echo "$as_me:19588: result: $ac_cv_type_size_t" >&5
 echo "${ECHO_T}$ac_cv_type_size_t" >&6
 if test $ac_cv_type_size_t = yes; then
   :
@@ -19487,13 +19597,13 @@ EOF
 
 fi
 
-echo "$as_me:19490: checking for uid_t in sys/types.h" >&5
+echo "$as_me:19600: checking for uid_t in sys/types.h" >&5
 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
 if test "${ac_cv_type_uid_t+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 19496 "configure"
+#line 19606 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 
@@ -19507,7 +19617,7 @@ fi
 rm -f conftest*
 
 fi
-echo "$as_me:19510: result: $ac_cv_type_uid_t" >&5
+echo "$as_me:19620: result: $ac_cv_type_uid_t" >&5
 echo "${ECHO_T}$ac_cv_type_uid_t" >&6
 if test $ac_cv_type_uid_t = no; then
 
@@ -19527,13 +19637,13 @@ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
-echo "$as_me:19530: checking if size_t is unsigned int" >&5
+echo "$as_me:19640: checking if size_t is unsigned int" >&5
 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
 if test "${wx_cv_size_t_is_uint+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
                           cat >conftest.$ac_ext <<_ACEOF
-#line 19536 "configure"
+#line 19646 "configure"
 #include "confdefs.h"
 #include <stddef.h>
 int
@@ -19551,16 +19661,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19554: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19664: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:19557: \$? = $ac_status" >&5
+  echo "$as_me:19667: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:19560: \"$ac_try\"") >&5
+  { (eval echo "$as_me:19670: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:19563: \$? = $ac_status" >&5
+  echo "$as_me:19673: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   wx_cv_size_t_is_uint=no
 else
@@ -19572,7 +19682,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "$as_me:19575: result: $wx_cv_size_t_is_uint" >&5
+echo "$as_me:19685: result: $wx_cv_size_t_is_uint" >&5
 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
 
 if test "$wx_cv_size_t_is_uint" = "yes"; then
@@ -19581,13 +19691,13 @@ if test "$wx_cv_size_t_is_uint" = "yes"; then
 EOF
 
 else
-    echo "$as_me:19584: checking if size_t is unsigned long" >&5
+    echo "$as_me:19694: checking if size_t is unsigned long" >&5
 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
 if test "${wx_cv_size_t_is_ulong+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 19590 "configure"
+#line 19700 "configure"
 #include "confdefs.h"
 #include <stddef.h>
 int
@@ -19605,16 +19715,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19608: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19718: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:19611: \$? = $ac_status" >&5
+  echo "$as_me:19721: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:19614: \"$ac_try\"") >&5
+  { (eval echo "$as_me:19724: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:19617: \$? = $ac_status" >&5
+  echo "$as_me:19727: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   wx_cv_size_t_is_ulong=no
 else
@@ -19626,7 +19736,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "$as_me:19629: result: $wx_cv_size_t_is_ulong" >&5
+echo "$as_me:19739: result: $wx_cv_size_t_is_ulong" >&5
 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
 
     if test "$wx_cv_size_t_is_ulong" = "yes"; then
@@ -19643,14 +19753,14 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
-echo "$as_me:19646: checking for pw_gecos in struct passwd" >&5
+echo "$as_me:19756: checking for pw_gecos in struct passwd" >&5
 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
 if test "${wx_cv_struct_pw_gecos+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
         cat >conftest.$ac_ext <<_ACEOF
-#line 19653 "configure"
+#line 19763 "configure"
 #include "confdefs.h"
 #include <pwd.h>
 int
@@ -19666,16 +19776,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19669: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19779: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:19672: \$? = $ac_status" >&5
+  echo "$as_me:19782: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:19675: \"$ac_try\"") >&5
+  { (eval echo "$as_me:19785: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:19678: \$? = $ac_status" >&5
+  echo "$as_me:19788: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
                 wx_cv_struct_pw_gecos=yes
@@ -19690,7 +19800,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "$as_me:19693: result: $wx_cv_struct_pw_gecos" >&5
+echo "$as_me:19803: result: $wx_cv_struct_pw_gecos" >&5
 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
 
 if test "$wx_cv_struct_pw_gecos" = "yes"; then
@@ -19707,13 +19817,13 @@ if test "$wx_cv_sizeof_wchar_t" != "0"; then
 for ac_func in wcslen
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:19710: checking for $ac_func" >&5
+echo "$as_me:19820: 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 19716 "configure"
+#line 19826 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -19744,16 +19854,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:19747: \"$ac_link\"") >&5
+if { (eval echo "$as_me:19857: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:19750: \$? = $ac_status" >&5
+  echo "$as_me:19860: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:19753: \"$ac_try\"") >&5
+  { (eval echo "$as_me:19863: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:19756: \$? = $ac_status" >&5
+  echo "$as_me:19866: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -19763,7 +19873,7 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:19766: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:19876: 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
@@ -19781,7 +19891,7 @@ done
 
     if test "$WCHAR_OK" = 0; then
         if test "$TOOLKIT" = "MSW"; then
-            echo "$as_me:19784: checking for wcslen in -lmsvcrt" >&5
+            echo "$as_me:19894: checking for wcslen in -lmsvcrt" >&5
 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -19789,7 +19899,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lmsvcrt  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 19792 "configure"
+#line 19902 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -19808,16 +19918,16 @@ wcslen ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:19811: \"$ac_link\"") >&5
+if { (eval echo "$as_me:19921: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:19814: \$? = $ac_status" >&5
+  echo "$as_me:19924: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:19817: \"$ac_try\"") >&5
+  { (eval echo "$as_me:19927: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:19820: \$? = $ac_status" >&5
+  echo "$as_me:19930: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_msvcrt_wcslen=yes
 else
@@ -19828,7 +19938,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:19831: result: $ac_cv_lib_msvcrt_wcslen" >&5
+echo "$as_me:19941: result: $ac_cv_lib_msvcrt_wcslen" >&5
 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
 if test $ac_cv_lib_msvcrt_wcslen = yes; then
 
@@ -19841,7 +19951,7 @@ EOF
 fi
 
         else
-            echo "$as_me:19844: checking for wcslen in -lw" >&5
+            echo "$as_me:19954: checking for wcslen in -lw" >&5
 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
 if test "${ac_cv_lib_w_wcslen+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -19849,7 +19959,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lw  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 19852 "configure"
+#line 19962 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -19868,16 +19978,16 @@ wcslen ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:19871: \"$ac_link\"") >&5
+if { (eval echo "$as_me:19981: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:19874: \$? = $ac_status" >&5
+  echo "$as_me:19984: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:19877: \"$ac_try\"") >&5
+  { (eval echo "$as_me:19987: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:19880: \$? = $ac_status" >&5
+  echo "$as_me:19990: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_w_wcslen=yes
 else
@@ -19888,7 +19998,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:19891: result: $ac_cv_lib_w_wcslen" >&5
+echo "$as_me:20001: result: $ac_cv_lib_w_wcslen" >&5
 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
 if test $ac_cv_lib_w_wcslen = yes; then
 
@@ -19913,13 +20023,13 @@ EOF
 for ac_func in wcsrtombs
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:19916: checking for $ac_func" >&5
+echo "$as_me:20026: 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 19922 "configure"
+#line 20032 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -19950,16 +20060,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:19953: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20063: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:19956: \$? = $ac_status" >&5
+  echo "$as_me:20066: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:19959: \"$ac_try\"") >&5
+  { (eval echo "$as_me:20069: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:19962: \$? = $ac_status" >&5
+  echo "$as_me:20072: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -19969,7 +20079,7 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:19972: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:20082: 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
@@ -19986,7 +20096,7 @@ else
 EOF
 
     else
-        { echo "$as_me:19989: WARNING: Wide character support is unavailable" >&5
+        { echo "$as_me:20099: WARNING: Wide character support is unavailable" >&5
 echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
     fi
 fi
 for ac_func in vprintf
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:19997: checking for $ac_func" >&5
+echo "$as_me:20107: 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 20003 "configure"
+#line 20113 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -20031,16 +20141,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:20034: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20144: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:20037: \$? = $ac_status" >&5
+  echo "$as_me:20147: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:20040: \"$ac_try\"") >&5
+  { (eval echo "$as_me:20150: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:20043: \$? = $ac_status" >&5
+  echo "$as_me:20153: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -20050,20 +20160,20 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:20053: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:20163: 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
 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 EOF
 
-echo "$as_me:20060: checking for _doprnt" >&5
+echo "$as_me:20170: checking for _doprnt" >&5
 echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6
 if test "${ac_cv_func__doprnt+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 20066 "configure"
+#line 20176 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char _doprnt (); below.  */
@@ -20094,16 +20204,16 @@ f = _doprnt;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:20097: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20207: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:20100: \$? = $ac_status" >&5
+  echo "$as_me:20210: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:20103: \"$ac_try\"") >&5
+  { (eval echo "$as_me:20213: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:20106: \$? = $ac_status" >&5
+  echo "$as_me:20216: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func__doprnt=yes
 else
@@ -20113,7 +20223,7 @@ ac_cv_func__doprnt=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:20116: result: $ac_cv_func__doprnt" >&5
+echo "$as_me:20226: result: $ac_cv_func__doprnt" >&5
 echo "${ECHO_T}$ac_cv_func__doprnt" >&6
 if test $ac_cv_func__doprnt = yes; then
 
 fi
 done
 
-echo "$as_me:20129: checking for vsnprintf" >&5
+echo "$as_me:20239: checking for vsnprintf" >&5
 echo $ECHO_N "checking for vsnprintf... $ECHO_C" >&6
 if test "${wx_cv_func_vsnprintf+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
   cat >conftest.$ac_ext <<_ACEOF
-#line 20136 "configure"
+#line 20246 "configure"
 #include "confdefs.h"
 
                     #include <stdio.h>
@@ -20163,16 +20273,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:20166: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20276: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:20169: \$? = $ac_status" >&5
+  echo "$as_me:20279: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:20172: \"$ac_try\"") >&5
+  { (eval echo "$as_me:20282: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:20175: \$? = $ac_status" >&5
+  echo "$as_me:20285: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
                     wx_cv_func_vsnprintf=yes
@@ -20182,7 +20292,7 @@ else
 cat conftest.$ac_ext >&5
 
                     cat >conftest.$ac_ext <<_ACEOF
-#line 20185 "configure"
+#line 20295 "configure"
 #include "confdefs.h"
 
                                       #include <stdio.h>
@@ -20212,16 +20322,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:20215: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20325: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:20218: \$? = $ac_status" >&5
+  echo "$as_me:20328: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:20221: \"$ac_try\"") >&5
+  { (eval echo "$as_me:20331: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:20224: \$? = $ac_status" >&5
+  echo "$as_me:20334: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
                                       wx_cv_func_vsnprintf=yes
@@ -20239,7 +20349,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 
 fi
-echo "$as_me:20242: result: $wx_cv_func_vsnprintf" >&5
+echo "$as_me:20352: result: $wx_cv_func_vsnprintf" >&5
 echo "${ECHO_T}$wx_cv_func_vsnprintf" >&6
 
 if test "$wx_cv_func_vsnprintf" = yes; then
@@ -20248,18 +20358,18 @@ if test "$wx_cv_func_vsnprintf" = yes; then
 EOF
 
 else
-    { echo "$as_me:20251: WARNING: unsafe function vsprintf will be used instead of vsnprintf" >&5
+    { echo "$as_me:20361: WARNING: unsafe function vsprintf will be used instead of vsnprintf" >&5
 echo "$as_me: WARNING: unsafe function vsprintf will be used instead of vsnprintf" >&2;}
 fi
 
-echo "$as_me:20255: checking for vsscanf" >&5
+echo "$as_me:20365: checking for vsscanf" >&5
 echo $ECHO_N "checking for vsscanf... $ECHO_C" >&6
 if test "${wx_cv_func_vsscanf+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
   cat >conftest.$ac_ext <<_ACEOF
-#line 20262 "configure"
+#line 20372 "configure"
 #include "confdefs.h"
 
                     #include <stdio.h>
@@ -20287,16 +20397,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:20290: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:20400: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:20293: \$? = $ac_status" >&5
+  echo "$as_me:20403: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:20296: \"$ac_try\"") >&5
+  { (eval echo "$as_me:20406: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:20299: \$? = $ac_status" >&5
+  echo "$as_me:20409: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
                     wx_cv_func_vsscanf=yes
@@ -20311,7 +20421,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "$as_me:20314: result: $wx_cv_func_vsscanf" >&5
+echo "$as_me:20424: result: $wx_cv_func_vsscanf" >&5
 echo "${ECHO_T}$wx_cv_func_vsscanf" >&6
 
 if test "$wx_cv_func_vsscanf" = yes; then
@@ -20340,7 +20450,7 @@ if test "${with_libiconv_prefix+set}" = set; then
 
 fi;
 
-  echo "$as_me:20343: checking for iconv" >&5
+  echo "$as_me:20453: checking for iconv" >&5
 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
 if test "${am_cv_func_iconv+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -20349,7 +20459,7 @@ else
     am_cv_func_iconv="no, consider installing GNU libiconv"
     am_cv_lib_iconv=no
     cat >conftest.$ac_ext <<_ACEOF
-#line 20352 "configure"
+#line 20462 "configure"
 #include "confdefs.h"
 #include <stdlib.h>
 #include <iconv.h>
@@ -20364,16 +20474,16 @@ iconv_t cd = iconv_open("","");
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:20367: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20477: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:20370: \$? = $ac_status" >&5
+  echo "$as_me:20480: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:20373: \"$ac_try\"") >&5
+  { (eval echo "$as_me:20483: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:20376: \$? = $ac_status" >&5
+  echo "$as_me:20486: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   am_cv_func_iconv=yes
 else
@@ -20385,7 +20495,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
       am_save_LIBS="$LIBS"
       LIBS="$LIBS -liconv"
       cat >conftest.$ac_ext <<_ACEOF
-#line 20388 "configure"
+#line 20498 "configure"
 #include "confdefs.h"
 #include <stdlib.h>
 #include <iconv.h>
@@ -20400,16 +20510,16 @@ iconv_t cd = iconv_open("","");
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:20403: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20513: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:20406: \$? = $ac_status" >&5
+  echo "$as_me:20516: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:20409: \"$ac_try\"") >&5
+  { (eval echo "$as_me:20519: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:20412: \$? = $ac_status" >&5
+  echo "$as_me:20522: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   am_cv_lib_iconv=yes
         am_cv_func_iconv=yes
@@ -20422,7 +20532,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
     fi
 
 fi
-echo "$as_me:20425: result: $am_cv_func_iconv" >&5
+echo "$as_me:20535: result: $am_cv_func_iconv" >&5
 echo "${ECHO_T}$am_cv_func_iconv" >&6
   if test "$am_cv_func_iconv" = yes; then
 
@@ -20430,13 +20540,13 @@ cat >>confdefs.h <<\EOF
 #define HAVE_ICONV 1
 EOF
 
-    echo "$as_me:20433: checking if iconv needs const" >&5
+    echo "$as_me:20543: checking if iconv needs const" >&5
 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
 if test "${wx_cv_func_iconv_const+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 20439 "configure"
+#line 20549 "configure"
 #include "confdefs.h"
 
 #include <stdlib.h>
@@ -20460,16 +20570,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:20463: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:20573: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:20466: \$? = $ac_status" >&5
+  echo "$as_me:20576: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:20469: \"$ac_try\"") >&5
+  { (eval echo "$as_me:20579: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:20472: \$? = $ac_status" >&5
+  echo "$as_me:20582: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   wx_cv_func_iconv_const="no"
 else
@@ -20481,7 +20591,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "$as_me:20484: result: $wx_cv_func_iconv_const" >&5
+echo "$as_me:20594: result: $wx_cv_func_iconv_const" >&5
 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
 
     iconv_const=
@@ -20511,13 +20621,13 @@ if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
 for ac_func in sigaction
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:20514: checking for $ac_func" >&5
+echo "$as_me:20624: 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 20520 "configure"
+#line 20630 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -20548,16 +20658,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:20551: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20661: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:20554: \$? = $ac_status" >&5
+  echo "$as_me:20664: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:20557: \"$ac_try\"") >&5
+  { (eval echo "$as_me:20667: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:20560: \$? = $ac_status" >&5
+  echo "$as_me:20670: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -20567,7 +20677,7 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:20570: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:20680: 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
@@ -20578,7 +20688,7 @@ fi
 done
 
     if test "$ac_cv_func_sigaction" = "no"; then
-        { echo "$as_me:20581: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
+        { echo "$as_me:20691: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
         wxUSE_ON_FATAL_EXCEPTION=no
     fi
@@ -20591,14 +20701,14 @@ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
-      echo "$as_me:20594: checking for sa_handler type" >&5
+      echo "$as_me:20704: checking for sa_handler type" >&5
 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
 if test "${wx_cv_type_sa_handler+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
         cat >conftest.$ac_ext <<_ACEOF
-#line 20601 "configure"
+#line 20711 "configure"
 #include "confdefs.h"
 #include <signal.h>
 int
@@ -20615,16 +20725,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:20618: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:20728: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:20621: \$? = $ac_status" >&5
+  echo "$as_me:20731: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:20624: \"$ac_try\"") >&5
+  { (eval echo "$as_me:20734: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:20627: \$? = $ac_status" >&5
+  echo "$as_me:20737: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
                         wx_cv_type_sa_handler=int
@@ -20639,7 +20749,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "$as_me:20642: result: $wx_cv_type_sa_handler" >&5
+echo "$as_me:20752: result: $wx_cv_type_sa_handler" >&5
 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6
 
       ac_ext=c
 for ac_func in vfork
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:20661: checking for $ac_func" >&5
+echo "$as_me:20771: 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 20667 "configure"
+#line 20777 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -20695,16 +20805,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:20698: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20808: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:20701: \$? = $ac_status" >&5
+  echo "$as_me:20811: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:20704: \"$ac_try\"") >&5
+  { (eval echo "$as_me:20814: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:20707: \$? = $ac_status" >&5
+  echo "$as_me:20817: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -20714,7 +20824,7 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:20717: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:20827: 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
@@ -20727,13 +20837,13 @@ done
 for ac_func in mkstemp mktemp
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:20730: checking for $ac_func" >&5
+echo "$as_me:20840: 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 20736 "configure"
+#line 20846 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -20764,16 +20874,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:20767: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20877: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:20770: \$? = $ac_status" >&5
+  echo "$as_me:20880: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:20773: \"$ac_try\"") >&5
+  { (eval echo "$as_me:20883: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:20776: \$? = $ac_status" >&5
+  echo "$as_me:20886: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -20783,7 +20893,7 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:20786: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:20896: 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
@@ -20793,13 +20903,13 @@ EOF
 fi
 done
 
-echo "$as_me:20796: checking for statfs" >&5
+echo "$as_me:20906: checking for statfs" >&5
 echo $ECHO_N "checking for statfs... $ECHO_C" >&6
 if test "${wx_cv_func_statfs+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 20802 "configure"
+#line 20912 "configure"
 #include "confdefs.h"
 
              #if defined(__BSD__)
@@ -20825,16 +20935,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:20828: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:20938: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:20831: \$? = $ac_status" >&5
+  echo "$as_me:20941: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:20834: \"$ac_try\"") >&5
+  { (eval echo "$as_me:20944: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:20837: \$? = $ac_status" >&5
+  echo "$as_me:20947: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
              wx_cv_func_statfs=yes
@@ -20849,7 +20959,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "$as_me:20852: result: $wx_cv_func_statfs" >&5
+echo "$as_me:20962: result: $wx_cv_func_statfs" >&5
 echo "${ECHO_T}$wx_cv_func_statfs" >&6
 
 if test "$wx_cv_func_statfs" = "yes"; then
@@ -20858,13 +20968,13 @@ if test "$wx_cv_func_statfs" = "yes"; then
 EOF
 
 else
-    echo "$as_me:20861: checking for statvfs" >&5
+    echo "$as_me:20971: checking for statvfs" >&5
 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
 if test "${wx_cv_func_statvfs+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 20867 "configure"
+#line 20977 "configure"
 #include "confdefs.h"
 
                  #include <sys/statvfs.h>
@@ -20885,16 +20995,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:20888: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:20998: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:20891: \$? = $ac_status" >&5
+  echo "$as_me:21001: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:20894: \"$ac_try\"") >&5
+  { (eval echo "$as_me:21004: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:20897: \$? = $ac_status" >&5
+  echo "$as_me:21007: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
                  wx_cv_func_statvfs=yes
@@ -20909,7 +21019,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "$as_me:20912: result: $wx_cv_func_statvfs" >&5
+echo "$as_me:21022: result: $wx_cv_func_statvfs" >&5
 echo "${ECHO_T}$wx_cv_func_statvfs" >&6
 
     if test "$wx_cv_func_statvfs" = "yes"; then
@@ -20918,7 +21028,7 @@ echo "${ECHO_T}$wx_cv_func_statvfs" >&6
 EOF
 
     else
-        { echo "$as_me:20921: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
+        { echo "$as_me:21031: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
     fi
 fi
@@ -20928,13 +21038,13 @@ if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
 for ac_func in fcntl flock
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:20931: checking for $ac_func" >&5
+echo "$as_me:21041: 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 20937 "configure"
+#line 21047 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -20965,16 +21075,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:20968: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21078: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:20971: \$? = $ac_status" >&5
+  echo "$as_me:21081: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:20974: \"$ac_try\"") >&5
+  { (eval echo "$as_me:21084: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:20977: \$? = $ac_status" >&5
+  echo "$as_me:21087: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -20984,7 +21094,7 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:20987: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:21097: 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
@@ -20995,7 +21105,7 @@ fi
 done
 
     if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
-        { echo "$as_me:20998: WARNING: wxSingleInstanceChecker not available" >&5
+        { echo "$as_me:21108: WARNING: wxSingleInstanceChecker not available" >&5
 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
         wxUSE_SNGLINST_CHECKER=no
     fi
 for ac_func in timegm
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:21007: checking for $ac_func" >&5
+echo "$as_me:21117: 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 21013 "configure"
+#line 21123 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -21041,16 +21151,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21044: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21154: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:21047: \$? = $ac_status" >&5
+  echo "$as_me:21157: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:21050: \"$ac_try\"") >&5
+  { (eval echo "$as_me:21160: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:21053: \$? = $ac_status" >&5
+  echo "$as_me:21163: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -21060,7 +21170,7 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:21063: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:21173: 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
@@ -21073,13 +21183,13 @@ done
 for ac_func in putenv setenv
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:21076: checking for $ac_func" >&5
+echo "$as_me:21186: 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 21082 "configure"
+#line 21192 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -21110,16 +21220,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21113: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21223: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:21116: \$? = $ac_status" >&5
+  echo "$as_me:21226: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:21119: \"$ac_try\"") >&5
+  { (eval echo "$as_me:21229: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:21122: \$? = $ac_status" >&5
+  echo "$as_me:21232: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -21129,7 +21239,7 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:21132: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:21242: 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
@@ -21162,13 +21272,13 @@ if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
 for ac_func in nanosleep
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:21165: checking for $ac_func" >&5
+echo "$as_me:21275: 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 21171 "configure"
+#line 21281 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -21199,16 +21309,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21202: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21312: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:21205: \$? = $ac_status" >&5
+  echo "$as_me:21315: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:21208: \"$ac_try\"") >&5
+  { (eval echo "$as_me:21318: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:21211: \$? = $ac_status" >&5
+  echo "$as_me:21321: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -21218,7 +21328,7 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:21221: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:21331: 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
@@ -21230,7 +21340,7 @@ EOF
 
 else
 
-            echo "$as_me:21233: checking for nanosleep in -lposix4" >&5
+            echo "$as_me:21343: 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
@@ -21238,7 +21348,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lposix4  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 21241 "configure"
+#line 21351 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -21257,16 +21367,16 @@ nanosleep ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21260: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21370: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:21263: \$? = $ac_status" >&5
+  echo "$as_me:21373: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:21266: \"$ac_try\"") >&5
+  { (eval echo "$as_me:21376: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:21269: \$? = $ac_status" >&5
+  echo "$as_me:21379: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_posix4_nanosleep=yes
 else
@@ -21277,7 +21387,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:21280: result: $ac_cv_lib_posix4_nanosleep" >&5
+echo "$as_me:21390: 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
 
@@ -21292,13 +21402,13 @@ else
 for ac_func in usleep
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:21295: checking for $ac_func" >&5
+echo "$as_me:21405: 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 21301 "configure"
+#line 21411 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -21329,16 +21439,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21332: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21442: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:21335: \$? = $ac_status" >&5
+  echo "$as_me:21445: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:21338: \"$ac_try\"") >&5
+  { (eval echo "$as_me:21448: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:21341: \$? = $ac_status" >&5
+  echo "$as_me:21451: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -21348,7 +21458,7 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:21351: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:21461: 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
@@ -21359,7 +21469,7 @@ EOF
 EOF
 
 else
-  { echo "$as_me:21362: WARNING: wxSleep() function will not work" >&5
+  { echo "$as_me:21472: WARNING: wxSleep() function will not work" >&5
 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
 
 fi
 for ac_func in uname gethostname
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:21378: checking for $ac_func" >&5
+echo "$as_me:21488: 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 21384 "configure"
+#line 21494 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -21412,16 +21522,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21415: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21525: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:21418: \$? = $ac_status" >&5
+  echo "$as_me:21528: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:21421: \"$ac_try\"") >&5
+  { (eval echo "$as_me:21531: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:21424: \$? = $ac_status" >&5
+  echo "$as_me:21534: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -21431,7 +21541,7 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:21434: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:21544: 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
@@ -21450,13 +21560,13 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 for ac_func in strtok_r
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:21453: checking for $ac_func" >&5
+echo "$as_me:21563: 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 21459 "configure"
+#line 21569 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -21487,16 +21597,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21490: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21600: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:21493: \$? = $ac_status" >&5
+  echo "$as_me:21603: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:21496: \"$ac_try\"") >&5
+  { (eval echo "$as_me:21606: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:21499: \$? = $ac_status" >&5
+  echo "$as_me:21609: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -21506,7 +21616,7 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:21509: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:21619: 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
@@ -21527,13 +21637,13 @@ INET_LINK=
 for ac_func in inet_addr
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:21530: checking for $ac_func" >&5
+echo "$as_me:21640: 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 21536 "configure"
+#line 21646 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -21564,16 +21674,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21567: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21677: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:21570: \$? = $ac_status" >&5
+  echo "$as_me:21680: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:21573: \"$ac_try\"") >&5
+  { (eval echo "$as_me:21683: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:21576: \$? = $ac_status" >&5
+  echo "$as_me:21686: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -21583,7 +21693,7 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:21586: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:21696: 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
@@ -21595,7 +21705,7 @@ EOF
 
 else
 
-        echo "$as_me:21598: checking for inet_addr in -lnsl" >&5
+        echo "$as_me:21708: checking for inet_addr in -lnsl" >&5
 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -21603,7 +21713,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lnsl  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 21606 "configure"
+#line 21716 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -21622,16 +21732,16 @@ inet_addr ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21625: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21735: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:21628: \$? = $ac_status" >&5
+  echo "$as_me:21738: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:21631: \"$ac_try\"") >&5
+  { (eval echo "$as_me:21741: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:21634: \$? = $ac_status" >&5
+  echo "$as_me:21744: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_nsl_inet_addr=yes
 else
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:21645: result: $ac_cv_lib_nsl_inet_addr" >&5
+echo "$as_me:21755: result: $ac_cv_lib_nsl_inet_addr" >&5
 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
 if test $ac_cv_lib_nsl_inet_addr = yes; then
   INET_LINK="nsl"
 else
-  echo "$as_me:21650: checking for inet_addr in -lresolv" >&5
+  echo "$as_me:21760: checking for inet_addr in -lresolv" >&5
 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -21655,7 +21765,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lresolv  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 21658 "configure"
+#line 21768 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -21674,16 +21784,16 @@ inet_addr ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21677: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21787: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:21680: \$? = $ac_status" >&5
+  echo "$as_me:21790: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:21683: \"$ac_try\"") >&5
+  { (eval echo "$as_me:21793: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:21686: \$? = $ac_status" >&5
+  echo "$as_me:21796: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_resolv_inet_addr=yes
 else
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:21697: result: $ac_cv_lib_resolv_inet_addr" >&5
+echo "$as_me:21807: result: $ac_cv_lib_resolv_inet_addr" >&5
 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
 if test $ac_cv_lib_resolv_inet_addr = yes; then
   INET_LINK="resolv"
 else
-  echo "$as_me:21702: checking for inet_addr in -lsocket" >&5
+  echo "$as_me:21812: checking for inet_addr in -lsocket" >&5
 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -21707,7 +21817,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lsocket  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 21710 "configure"
+#line 21820 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -21726,16 +21836,16 @@ inet_addr ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21729: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21839: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:21732: \$? = $ac_status" >&5
+  echo "$as_me:21842: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:21735: \"$ac_try\"") >&5
+  { (eval echo "$as_me:21845: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:21738: \$? = $ac_status" >&5
+  echo "$as_me:21848: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_socket_inet_addr=yes
 else
@@ -21746,7 +21856,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:21749: result: $ac_cv_lib_socket_inet_addr" >&5
+echo "$as_me:21859: result: $ac_cv_lib_socket_inet_addr" >&5
 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
 if test $ac_cv_lib_socket_inet_addr = yes; then
   INET_LINK="socket"
@@ -21763,13 +21873,13 @@ done
 for ac_func in inet_aton
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:21766: checking for $ac_func" >&5
+echo "$as_me:21876: 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 21772 "configure"
+#line 21882 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -21800,16 +21910,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21803: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21913: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:21806: \$? = $ac_status" >&5
+  echo "$as_me:21916: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:21809: \"$ac_try\"") >&5
+  { (eval echo "$as_me:21919: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:21812: \$? = $ac_status" >&5
+  echo "$as_me:21922: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -21819,7 +21929,7 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:21822: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:21932: 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
@@ -21832,7 +21942,7 @@ EOF
 else
 
                         as_ac_Lib=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
-echo "$as_me:21835: checking for inet_aton in -l$INET_LINK" >&5
+echo "$as_me:21945: checking for inet_aton in -l$INET_LINK" >&5
 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Lib+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -21840,7 +21950,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-l$INET_LINK  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 21843 "configure"
+#line 21953 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -21859,16 +21969,16 @@ inet_aton ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21862: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21972: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:21865: \$? = $ac_status" >&5
+  echo "$as_me:21975: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:21868: \"$ac_try\"") >&5
+  { (eval echo "$as_me:21978: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:21871: \$? = $ac_status" >&5
+  echo "$as_me:21981: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_Lib=yes"
 else
@@ -21879,7 +21989,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:21882: result: `eval echo '${'$as_ac_Lib'}'`" >&5
+echo "$as_me:21992: result: `eval echo '${'$as_ac_Lib'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
   cat >>confdefs.h <<\EOF
@@ -21964,11 +22074,11 @@ if test "$TOOLKIT" != "MSW"; then
 
     if test "$wxUSE_THREADS" = "yes" ; then
         if test "$wxUSE_WINE" = 1 ; then
-            { echo "$as_me:21967: WARNING: Threads are not supported under WINE... disabled" >&5
+            { echo "$as_me:22077: WARNING: Threads are not supported under WINE... disabled" >&5
 echo "$as_me: WARNING: Threads are not supported under WINE... disabled" >&2;}
             wxUSE_THREADS="no"
         elif test "$USE_BEOS" = 1; then
-            { echo "$as_me:21971: WARNING: BeOS threads are not yet supported... disabled" >&5
+            { echo "$as_me:22081: WARNING: BeOS threads are not yet supported... disabled" >&5
 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
             wxUSE_THREADS="no"
         fi
@@ -22002,18 +22112,18 @@ echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
         for flag in $THREAD_OPTS; do
             case $flag in
                 none)
-                    echo "$as_me:22005: checking whether pthreads work without any flags" >&5
+                    echo "$as_me:22115: checking whether pthreads work without any flags" >&5
 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
                     ;;
 
                 -*)
-                    echo "$as_me:22010: checking whether pthreads work with $flag" >&5
+                    echo "$as_me:22120: checking whether pthreads work with $flag" >&5
 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
                     THREADS_CFLAGS="$flag"
                     ;;
 
                 *)
-                    echo "$as_me:22016: checking for the pthreads library -l$flag" >&5
+                    echo "$as_me:22126: checking for the pthreads library -l$flag" >&5
 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
                     THREADS_LINK="-l$flag"
                     ;;
@@ -22025,7 +22135,7 @@ echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
               CFLAGS="$THREADS_CFLAGS $CFLAGS"
 
               cat >conftest.$ac_ext <<_ACEOF
-#line 22028 "configure"
+#line 22138 "configure"
 #include "confdefs.h"
 #include <pthread.h>
 int
@@ -22037,16 +22147,16 @@ pthread_create(0,0,0,0);
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:22040: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22150: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:22043: \$? = $ac_status" >&5
+  echo "$as_me:22153: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:22046: \"$ac_try\"") >&5
+  { (eval echo "$as_me:22156: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:22049: \$? = $ac_status" >&5
+  echo "$as_me:22159: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   THREADS_OK=yes
 else
@@ -22058,7 +22168,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
               LIBS="$save_LIBS"
               CFLAGS="$save_CFLAGS"
 
-              echo "$as_me:22061: result: $THREADS_OK" >&5
+              echo "$as_me:22171: result: $THREADS_OK" >&5
 echo "${ECHO_T}$THREADS_OK" >&6
               if test "x$THREADS_OK" = "xyes"; then
                       break;
@@ -22070,12 +22180,12 @@ echo "${ECHO_T}$THREADS_OK" >&6
 
       if test "x$THREADS_OK" != "xyes"; then
           wxUSE_THREADS=no
-          { echo "$as_me:22073: WARNING: No thread support on this system... disabled" >&5
+          { echo "$as_me:22183: WARNING: No thread support on this system... disabled" >&5
 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
       else
                               LIBS="$THREADS_LINK $THREADS_CFLAGS $LIBS"
 
-          echo "$as_me:22078: checking if more special flags are required for pthreads" >&5
+          echo "$as_me:22188: checking if more special flags are required for pthreads" >&5
 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
           flag=no
           case "${host}" in
@@ -22086,7 +22196,7 @@ echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_
                 flag="-D_REENTRANT"
                 ;;
           esac
-          echo "$as_me:22089: result: ${flag}" >&5
+          echo "$as_me:22199: result: ${flag}" >&5
 echo "${ECHO_T}${flag}" >&6
           if test "x$flag" != xno; then
               THREADS_CFLAGS="$THREADS_CFLAGS $flag"
@@ -22104,13 +22214,13 @@ echo "${ECHO_T}${flag}" >&6
 for ac_func in thr_setconcurrency
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:22107: checking for $ac_func" >&5
+echo "$as_me:22217: 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 22113 "configure"
+#line 22223 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -22141,16 +22251,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:22144: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22254: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:22147: \$? = $ac_status" >&5
+  echo "$as_me:22257: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:22150: \"$ac_try\"") >&5
+  { (eval echo "$as_me:22260: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:22153: \$? = $ac_status" >&5
+  echo "$as_me:22263: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -22160,7 +22270,7 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:22163: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:22273: 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
@@ -22173,23 +22283,23 @@ done
 for ac_header in sched.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:22176: checking for $ac_header" >&5
+echo "$as_me:22286: 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 22182 "configure"
+#line 22292 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:22186: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:22296: \"$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:22192: \$? = $ac_status" >&5
+  echo "$as_me:22302: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -22208,7 +22318,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:22211: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:22321: 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
 
       if test "$ac_cv_header_sched_h" = "yes"; then
-          echo "$as_me:22222: checking for sched_yield" >&5
+          echo "$as_me:22332: checking for sched_yield" >&5
 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
 if test "${ac_cv_func_sched_yield+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 22228 "configure"
+#line 22338 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char sched_yield (); below.  */
@@ -22256,16 +22366,16 @@ f = sched_yield;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:22259: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22369: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:22262: \$? = $ac_status" >&5
+  echo "$as_me:22372: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:22265: \"$ac_try\"") >&5
+  { (eval echo "$as_me:22375: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:22268: \$? = $ac_status" >&5
+  echo "$as_me:22378: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_sched_yield=yes
 else
@@ -22275,7 +22385,7 @@ ac_cv_func_sched_yield=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:22278: result: $ac_cv_func_sched_yield" >&5
+echo "$as_me:22388: result: $ac_cv_func_sched_yield" >&5
 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
 if test $ac_cv_func_sched_yield = yes; then
   cat >>confdefs.h <<\EOF
@@ -22284,7 +22394,7 @@ EOF
 
 else
 
-                echo "$as_me:22287: checking for sched_yield in -lposix4" >&5
+                echo "$as_me:22397: checking for sched_yield in -lposix4" >&5
 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -22292,7 +22402,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lposix4  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 22295 "configure"
+#line 22405 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -22311,16 +22421,16 @@ sched_yield ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:22314: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22424: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:22317: \$? = $ac_status" >&5
+  echo "$as_me:22427: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:22320: \"$ac_try\"") >&5
+  { (eval echo "$as_me:22430: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:22323: \$? = $ac_status" >&5
+  echo "$as_me:22433: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_posix4_sched_yield=yes
 else
@@ -22331,7 +22441,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:22334: result: $ac_cv_lib_posix4_sched_yield" >&5
+echo "$as_me:22444: result: $ac_cv_lib_posix4_sched_yield" >&5
 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
 if test $ac_cv_lib_posix4_sched_yield = yes; then
   cat >>confdefs.h <<\EOF
@@ -22339,7 +22449,7 @@ if test $ac_cv_lib_posix4_sched_yield = yes; then
 EOF
  POSIX4_LINK=" -lposix4"
 else
-  { echo "$as_me:22342: WARNING: wxThread::Yield will not work properly" >&5
+  { echo "$as_me:22452: WARNING: wxThread::Yield will not work properly" >&5
 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
 
 fi
       fi
 
                                           HAVE_PRIOR_FUNCS=0
-      echo "$as_me:22352: checking for pthread_attr_getschedpolicy" >&5
+      echo "$as_me:22462: checking for pthread_attr_getschedpolicy" >&5
 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 22358 "configure"
+#line 22468 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char pthread_attr_getschedpolicy (); below.  */
@@ -22386,16 +22496,16 @@ f = pthread_attr_getschedpolicy;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:22389: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22499: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:22392: \$? = $ac_status" >&5
+  echo "$as_me:22502: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:22395: \"$ac_try\"") >&5
+  { (eval echo "$as_me:22505: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:22398: \$? = $ac_status" >&5
+  echo "$as_me:22508: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_pthread_attr_getschedpolicy=yes
 else
@@ -22405,16 +22515,16 @@ ac_cv_func_pthread_attr_getschedpolicy=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:22408: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
+echo "$as_me:22518: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
-  echo "$as_me:22411: checking for pthread_attr_setschedparam" >&5
+  echo "$as_me:22521: checking for pthread_attr_setschedparam" >&5
 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 22417 "configure"
+#line 22527 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes
 else
@@ -22446,16 +22556,16 @@ f = pthread_attr_setschedparam;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:22449: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22559: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:22452: \$? = $ac_status" >&5
+  echo "$as_me:22562: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:22455: \"$ac_try\"") >&5
+  { (eval echo "$as_me:22565: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:22458: \$? = $ac_status" >&5
+  echo "$as_me:22568: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_pthread_attr_setschedparam=yes
 else
@@ -22465,16 +22575,16 @@ ac_cv_func_pthread_attr_setschedparam=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:22468: result: $ac_cv_func_pthread_attr_setschedparam" >&5
+echo "$as_me:22578: result: $ac_cv_func_pthread_attr_setschedparam" >&5
 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
-  echo "$as_me:22471: checking for sched_get_priority_max" >&5
+  echo "$as_me:22581: checking for sched_get_priority_max" >&5
 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 22477 "configure"
+#line 22587 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes
 else
@@ -22506,16 +22616,16 @@ f = sched_get_priority_max;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:22509: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22619: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:22512: \$? = $ac_status" >&5
+  echo "$as_me:22622: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:22515: \"$ac_try\"") >&5
+  { (eval echo "$as_me:22625: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:22518: \$? = $ac_status" >&5
+  echo "$as_me:22628: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_sched_get_priority_max=yes
 else
@@ -22525,12 +22635,12 @@ ac_cv_func_sched_get_priority_max=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:22528: result: $ac_cv_func_sched_get_priority_max" >&5
+echo "$as_me:22638: result: $ac_cv_func_sched_get_priority_max" >&5
 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
 if test $ac_cv_func_sched_get_priority_max = yes; then
   HAVE_PRIOR_FUNCS=1
 else
-  echo "$as_me:22533: checking for sched_get_priority_max in -lposix4" >&5
+  echo "$as_me:22643: checking for sched_get_priority_max in -lposix4" >&5
 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -22538,7 +22648,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lposix4  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 22541 "configure"
+#line 22651 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -22557,16 +22667,16 @@ sched_get_priority_max ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:22560: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22670: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:22563: \$? = $ac_status" >&5
+  echo "$as_me:22673: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:22566: \"$ac_try\"") >&5
+  { (eval echo "$as_me:22676: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:22569: \$? = $ac_status" >&5
+  echo "$as_me:22679: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_posix4_sched_get_priority_max=yes
 else
@@ -22577,7 +22687,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:22580: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
+echo "$as_me:22690: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
 
 EOF
 
       else
-        { echo "$as_me:22601: WARNING: Setting thread priority will not work" >&5
+        { echo "$as_me:22711: WARNING: Setting thread priority will not work" >&5
 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
       fi
 
-      echo "$as_me:22605: checking for pthread_cancel" >&5
+      echo "$as_me:22715: checking for pthread_cancel" >&5
 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
 if test "${ac_cv_func_pthread_cancel+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 22611 "configure"
+#line 22721 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char pthread_cancel (); below.  */
@@ -22639,16 +22749,16 @@ f = pthread_cancel;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:22642: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22752: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:22645: \$? = $ac_status" >&5
+  echo "$as_me:22755: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:22648: \"$ac_try\"") >&5
+  { (eval echo "$as_me:22758: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:22651: \$? = $ac_status" >&5
+  echo "$as_me:22761: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_pthread_cancel=yes
 else
@@ -22658,7 +22768,7 @@ ac_cv_func_pthread_cancel=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:22661: result: $ac_cv_func_pthread_cancel" >&5
+echo "$as_me:22771: result: $ac_cv_func_pthread_cancel" >&5
 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
 if test $ac_cv_func_pthread_cancel = yes; then
   cat >>confdefs.h <<\EOF
@@ -22666,18 +22776,18 @@ if test $ac_cv_func_pthread_cancel = yes; then
 EOF
 
 else
-  { echo "$as_me:22669: WARNING: wxThread::Kill() will not work properly" >&5
+  { echo "$as_me:22779: WARNING: wxThread::Kill() will not work properly" >&5
 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
 fi
 
-      echo "$as_me:22673: checking for pthread_cleanup_push/pop" >&5
+      echo "$as_me:22783: checking for pthread_cleanup_push/pop" >&5
 echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6
 if test "${wx_cv_func_pthread_cleanup_push+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
         cat >conftest.$ac_ext <<_ACEOF
-#line 22680 "configure"
+#line 22790 "configure"
 #include "confdefs.h"
 #include <pthread.h>
 int
@@ -22692,16 +22802,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:22695: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:22805: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:22698: \$? = $ac_status" >&5
+  echo "$as_me:22808: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:22701: \"$ac_try\"") >&5
+  { (eval echo "$as_me:22811: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:22704: \$? = $ac_status" >&5
+  echo "$as_me:22814: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
                         wx_cv_func_pthread_cleanup_push=yes
@@ -22716,7 +22826,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "$as_me:22719: result: $wx_cv_func_pthread_cleanup_push" >&5
+echo "$as_me:22829: result: $wx_cv_func_pthread_cleanup_push" >&5
 echo "${ECHO_T}$wx_cv_func_pthread_cleanup_push" >&6
 
       if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then
@@ -22726,19 +22836,14 @@ EOF
 
       fi
 
-      We define this already somewhere else
-      if test "x$wx_cv_lib_glibc21" = "xyes"; then
-          CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
-      fi
-
-      echo "$as_me:22734: checking for pthread_mutexattr_t" >&5
+      echo "$as_me:22839: checking for pthread_mutexattr_t" >&5
 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
         cat >conftest.$ac_ext <<_ACEOF
-#line 22741 "configure"
+#line 22846 "configure"
 #include "confdefs.h"
 #include <pthread.h>
 int
@@ -22753,16 +22858,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:22756: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:22861: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:22759: \$? = $ac_status" >&5
+  echo "$as_me:22864: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:22762: \"$ac_try\"") >&5
+  { (eval echo "$as_me:22867: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:22765: \$? = $ac_status" >&5
+  echo "$as_me:22870: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
                wx_cv_type_pthread_mutexattr_t=yes
@@ -22777,7 +22882,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "$as_me:22780: result: $wx_cv_type_pthread_mutexattr_t" >&5
+echo "$as_me:22885: result: $wx_cv_type_pthread_mutexattr_t" >&5
 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
 
       if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
@@ -22786,14 +22891,14 @@ echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
 EOF
 
       else
-                echo "$as_me:22789: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
+                echo "$as_me:22894: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
             cat >conftest.$ac_ext <<_ACEOF
-#line 22796 "configure"
+#line 22901 "configure"
 #include "confdefs.h"
 #include <pthread.h>
 int
@@ -22807,16 +22912,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:22810: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:22915: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:22813: \$? = $ac_status" >&5
+  echo "$as_me:22918: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:22816: \"$ac_try\"") >&5
+  { (eval echo "$as_me:22921: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:22819: \$? = $ac_status" >&5
+  echo "$as_me:22924: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
                     wx_cv_type_pthread_rec_mutex_init=yes
@@ -22831,7 +22936,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "$as_me:22834: result: $wx_cv_type_pthread_rec_mutex_init" >&5
+echo "$as_me:22939: result: $wx_cv_type_pthread_rec_mutex_init" >&5
 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
         if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
           cat >>confdefs.h <<\EOF
@@ -22839,7 +22944,7 @@ echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
 EOF
 
         else
-                    { echo "$as_me:22842: WARNING: wxMutex won't be recursive on this platform" >&5
+                    { echo "$as_me:22947: WARNING: wxMutex won't be recursive on this platform" >&5
 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
         fi
       fi
@@ -22855,14 +22960,14 @@ EOF
   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
 else
       if test "$ac_cv_func_strtok_r" = "yes"; then
-    echo "$as_me:22858: checking if -D_REENTRANT is needed" >&5
+    echo "$as_me:22963: checking if -D_REENTRANT is needed" >&5
 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
     if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
         TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT"
-        echo "$as_me:22862: result: yes" >&5
+        echo "$as_me:22967: result: yes" >&5
 echo "${ECHO_T}yes" >&6
     else
-        echo "$as_me:22865: result: no" >&5
+        echo "$as_me:22970: result: no" >&5
 echo "${ECHO_T}no" >&6
     fi
   fi
@@ -22940,10 +23045,6 @@ if test "$wxUSE_PROFILE" = "yes" ; then
 fi
 
 CODE_GEN_FLAGS=
-if test "$GCC" = "yes" ; then
-    CODE_GEN_FLAGS="$CODE_GEN_FLAGS -D_GNU_SOURCE"
-fi
-
 CODE_GEN_FLAGS_CXX=
 if test "$GCC" = "yes" ; then
     if test "$wxUSE_NO_RTTI" = "yes" ; then
@@ -23146,7 +23247,7 @@ fi
 
 if test "$wxUSE_TEXTFILE" = "yes"; then
   if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
-    { echo "$as_me:23149: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
+    { echo "$as_me:23250: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
   else
     cat >>confdefs.h <<\EOF
@@ -23158,7 +23259,7 @@ fi
 
 if test "$wxUSE_CONFIG" = "yes" ; then
   if test "$wxUSE_TEXTFILE" != "yes"; then
-    { echo "$as_me:23161: WARNING: wxConfig requires wxTextFile... disabled" >&5
+    { echo "$as_me:23262: WARNING: wxConfig requires wxTextFile... disabled" >&5
 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
   else
     cat >>confdefs.h <<\EOF
@@ -23171,7 +23272,7 @@ fi
 
 if test "$wxUSE_INTL" = "yes" ; then
   if test "$wxUSE_FILE" != "yes"; then
-    { echo "$as_me:23174: WARNING: I18n code requires wxFile... disabled" >&5
+    { echo "$as_me:23275: WARNING: I18n code requires wxFile... disabled" >&5
 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
   else
     cat >>confdefs.h <<\EOF
@@ -23244,13 +23345,13 @@ if test "$wxUSE_DATETIME" = "yes"; then
 for ac_func in strptime
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:23247: checking for $ac_func" >&5
+echo "$as_me:23348: 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 23253 "configure"
+#line 23354 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -23281,16 +23382,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:23284: \"$ac_link\"") >&5
+if { (eval echo "$as_me:23385: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:23287: \$? = $ac_status" >&5
+  echo "$as_me:23388: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:23290: \"$ac_try\"") >&5
+  { (eval echo "$as_me:23391: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:23293: \$? = $ac_status" >&5
+  echo "$as_me:23394: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -23300,7 +23401,7 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:23303: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:23404: 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
@@ -23310,14 +23411,14 @@ EOF
 fi
 done
 
-            echo "$as_me:23313: checking for timezone variable in <time.h>" >&5
+            echo "$as_me:23414: checking for timezone variable in <time.h>" >&5
 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
 if test "${wx_cv_var_timezone+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
                         cat >conftest.$ac_ext <<_ACEOF
-#line 23320 "configure"
+#line 23421 "configure"
 #include "confdefs.h"
 
                                 #include <time.h>
@@ -23334,16 +23435,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:23337: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:23438: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:23340: \$? = $ac_status" >&5
+  echo "$as_me:23441: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:23343: \"$ac_try\"") >&5
+  { (eval echo "$as_me:23444: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:23346: \$? = $ac_status" >&5
+  echo "$as_me:23447: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
                                 wx_cv_var_timezone=timezone
@@ -23353,7 +23454,7 @@ else
 cat conftest.$ac_ext >&5
 
                                 cat >conftest.$ac_ext <<_ACEOF
-#line 23356 "configure"
+#line 23457 "configure"
 #include "confdefs.h"
 
                                         #include <time.h>
@@ -23370,16 +23471,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:23373: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:23474: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:23376: \$? = $ac_status" >&5
+  echo "$as_me:23477: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:23379: \"$ac_try\"") >&5
+  { (eval echo "$as_me:23480: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:23382: \$? = $ac_status" >&5
+  echo "$as_me:23483: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
                                         wx_cv_var_timezone=_timezone
@@ -23389,7 +23490,7 @@ else
 cat conftest.$ac_ext >&5
 
                                         cat >conftest.$ac_ext <<_ACEOF
-#line 23392 "configure"
+#line 23493 "configure"
 #include "confdefs.h"
 
                                                 #include <time.h>
@@ -23406,16 +23507,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:23409: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:23510: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:23412: \$? = $ac_status" >&5
+  echo "$as_me:23513: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:23415: \"$ac_try\"") >&5
+  { (eval echo "$as_me:23516: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:23418: \$? = $ac_status" >&5
+  echo "$as_me:23519: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
                                                 wx_cv_var_timezone=__timezone
@@ -23425,7 +23526,7 @@ else
 cat conftest.$ac_ext >&5
 
                                                 if test "$USE_DOS" = 0 ; then
-                                                    { echo "$as_me:23428: WARNING: no timezone variable" >&5
+                                                    { echo "$as_me:23529: WARNING: no timezone variable" >&5
 echo "$as_me: WARNING: no timezone variable" >&2;}
                                                 fi
 
@@ -23439,7 +23540,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "$as_me:23442: result: $wx_cv_var_timezone" >&5
+echo "$as_me:23543: result: $wx_cv_var_timezone" >&5
 echo "${ECHO_T}$wx_cv_var_timezone" >&6
 
         if test "x$wx_cv_var_timezone" != x ; then
@@ -23452,13 +23553,13 @@ EOF
 for ac_func in localtime
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:23455: checking for $ac_func" >&5
+echo "$as_me:23556: 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 23461 "configure"
+#line 23562 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -23489,16 +23590,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:23492: \"$ac_link\"") >&5
+if { (eval echo "$as_me:23593: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:23495: \$? = $ac_status" >&5
+  echo "$as_me:23596: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:23498: \"$ac_try\"") >&5
+  { (eval echo "$as_me:23599: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:23501: \$? = $ac_status" >&5
+  echo "$as_me:23602: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -23508,7 +23609,7 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:23511: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:23612: 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
 done
 
     if test "$ac_cv_func_localtime" = "yes"; then
-        echo "$as_me:23522: checking for tm_gmtoff in struct tm" >&5
+        echo "$as_me:23623: checking for tm_gmtoff in struct tm" >&5
 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
             cat >conftest.$ac_ext <<_ACEOF
-#line 23529 "configure"
+#line 23630 "configure"
 #include "confdefs.h"
 
                     #include <time.h>
@@ -23543,16 +23644,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:23546: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:23647: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:23549: \$? = $ac_status" >&5
+  echo "$as_me:23650: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:23552: \"$ac_try\"") >&5
+  { (eval echo "$as_me:23653: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:23555: \$? = $ac_status" >&5
+  echo "$as_me:23656: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
                     wx_cv_struct_tm_has_gmtoff=yes
@@ -23566,7 +23667,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "$as_me:23569: result: $wx_cv_struct_tm_has_gmtoff" >&5
+echo "$as_me:23670: result: $wx_cv_struct_tm_has_gmtoff" >&5
 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
     fi
 
@@ -23580,13 +23681,13 @@ EOF
 for ac_func in gettimeofday ftime
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:23583: checking for $ac_func" >&5
+echo "$as_me:23684: 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 23589 "configure"
+#line 23690 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -23617,16 +23718,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:23620: \"$ac_link\"") >&5
+if { (eval echo "$as_me:23721: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:23623: \$? = $ac_status" >&5
+  echo "$as_me:23724: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:23626: \"$ac_try\"") >&5
+  { (eval echo "$as_me:23727: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:23629: \$? = $ac_status" >&5
+  echo "$as_me:23730: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -23636,7 +23737,7 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:23639: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:23740: 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
@@ -23647,7 +23748,7 @@ fi
 done
 
     if test "$ac_cv_func_gettimeofday" = "yes"; then
-        echo "$as_me:23650: checking whether gettimeofday takes two arguments" >&5
+        echo "$as_me:23751: checking whether gettimeofday takes two arguments" >&5
 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -23660,7 +23761,7 @@ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ex
 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
             cat >conftest.$ac_ext <<_ACEOF
-#line 23663 "configure"
+#line 23764 "configure"
 #include "confdefs.h"
 
                     #include <sys/time.h>
@@ -23678,23 +23779,23 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:23681: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:23782: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:23684: \$? = $ac_status" >&5
+  echo "$as_me:23785: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:23687: \"$ac_try\"") >&5
+  { (eval echo "$as_me:23788: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:23690: \$? = $ac_status" >&5
+  echo "$as_me:23791: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   wx_cv_func_gettimeofday_has_2_args=yes
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
 cat >conftest.$ac_ext <<_ACEOF
-#line 23697 "configure"
+#line 23798 "configure"
 #include "confdefs.h"
 
                         #include <sys/time.h>
@@ -23712,23 +23813,23 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:23715: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:23816: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:23718: \$? = $ac_status" >&5
+  echo "$as_me:23819: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:23721: \"$ac_try\"") >&5
+  { (eval echo "$as_me:23822: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:23724: \$? = $ac_status" >&5
+  echo "$as_me:23825: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   wx_cv_func_gettimeofday_has_2_args=no
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
 
-                        { echo "$as_me:23731: WARNING: failed to determine number of gettimeofday() arguments" >&5
+                        { echo "$as_me:23832: WARNING: failed to determine number of gettimeofday() arguments" >&5
 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
                         wx_cv_func_gettimeofday_has_2_args=unknown
 
@@ -23744,7 +23845,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 fi
-echo "$as_me:23747: result: $wx_cv_func_gettimeofday_has_2_args" >&5
+echo "$as_me:23848: result: $wx_cv_func_gettimeofday_has_2_args" >&5
 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
 
         if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
 
 if test "$wxUSE_SOCKETS" = "yes"; then
     if test "$wxUSE_X11" = "1"; then
-        { echo "$as_me:23767: WARNING: wxSocket not yet supported under X11... disabled" >&5
+        { echo "$as_me:23868: WARNING: wxSocket not yet supported under X11... disabled" >&5
 echo "$as_me: WARNING: wxSocket not yet supported under X11... disabled" >&2;}
         wxUSE_SOCKETS="no"
     fi
 
     if test "$wxUSE_MGL" = "1"; then
-        { echo "$as_me:23773: WARNING: wxSocket not yet supported under MGL... disabled" >&5
+        { echo "$as_me:23874: WARNING: wxSocket not yet supported under MGL... disabled" >&5
 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
         wxUSE_SOCKETS="no"
     fi
 
 if test "$wxUSE_SOCKETS" = "yes"; then
         if test "$TOOLKIT" != "MSW"; then
-                echo "$as_me:23781: checking for socket" >&5
+                echo "$as_me:23882: checking for socket" >&5
 echo $ECHO_N "checking for socket... $ECHO_C" >&6
 if test "${ac_cv_func_socket+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 23787 "configure"
+#line 23888 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char socket (); below.  */
@@ -23815,16 +23916,16 @@ f = socket;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:23818: \"$ac_link\"") >&5
+if { (eval echo "$as_me:23919: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:23821: \$? = $ac_status" >&5
+  echo "$as_me:23922: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:23824: \"$ac_try\"") >&5
+  { (eval echo "$as_me:23925: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:23827: \$? = $ac_status" >&5
+  echo "$as_me:23928: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_socket=yes
 else
@@ -23834,12 +23935,12 @@ ac_cv_func_socket=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:23837: result: $ac_cv_func_socket" >&5
+echo "$as_me:23938: result: $ac_cv_func_socket" >&5
 echo "${ECHO_T}$ac_cv_func_socket" >&6
 if test $ac_cv_func_socket = yes; then
   :
 else
-  echo "$as_me:23842: checking for socket in -lsocket" >&5
+  echo "$as_me:23943: checking for socket in -lsocket" >&5
 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
 if test "${ac_cv_lib_socket_socket+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -23847,7 +23948,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lsocket  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 23850 "configure"
+#line 23951 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -23866,16 +23967,16 @@ socket ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:23869: \"$ac_link\"") >&5
+if { (eval echo "$as_me:23970: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:23872: \$? = $ac_status" >&5
+  echo "$as_me:23973: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:23875: \"$ac_try\"") >&5
+  { (eval echo "$as_me:23976: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:23878: \$? = $ac_status" >&5
+  echo "$as_me:23979: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_socket_socket=yes
 else
@@ -23886,7 +23987,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:23889: result: $ac_cv_lib_socket_socket" >&5
+echo "$as_me:23990: result: $ac_cv_lib_socket_socket" >&5
 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
 if test $ac_cv_lib_socket_socket = yes; then
   if test "$INET_LINK" != " -lsocket"; then
@@ -23894,7 +23995,7 @@ if test $ac_cv_lib_socket_socket = yes; then
                 fi
 else
 
-                    { echo "$as_me:23897: WARNING: socket library not found - sockets will be disabled" >&5
+                    { echo "$as_me:23998: WARNING: socket library not found - sockets will be disabled" >&5
 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
                     wxUSE_SOCKETS=no
 
@@ -23907,7 +24008,7 @@ fi
 
 if test "$wxUSE_SOCKETS" = "yes" ; then
                 if test "$TOOLKIT" != "MSW"; then
-                echo "$as_me:23910: checking what is the type of the third argument of getsockname" >&5
+                echo "$as_me:24011: checking what is the type of the third argument of getsockname" >&5
 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
 if test "${wx_cv_type_getsockname3+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -23920,7 +24021,7 @@ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ex
 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
                 cat >conftest.$ac_ext <<_ACEOF
-#line 23923 "configure"
+#line 24024 "configure"
 #include "confdefs.h"
 
                         #include <sys/types.h>
@@ -23938,23 +24039,23 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:23941: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:24042: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:23944: \$? = $ac_status" >&5
+  echo "$as_me:24045: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:23947: \"$ac_try\"") >&5
+  { (eval echo "$as_me:24048: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:23950: \$? = $ac_status" >&5
+  echo "$as_me:24051: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   wx_cv_type_getsockname3=socklen_t
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
 cat >conftest.$ac_ext <<_ACEOF
-#line 23957 "configure"
+#line 24058 "configure"
 #include "confdefs.h"
 
                             #include <sys/types.h>
@@ -23972,23 +24073,23 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:23975: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:24076: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:23978: \$? = $ac_status" >&5
+  echo "$as_me:24079: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:23981: \"$ac_try\"") >&5
+  { (eval echo "$as_me:24082: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:23984: \$? = $ac_status" >&5
+  echo "$as_me:24085: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   wx_cv_type_getsockname3=size_t
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
 cat >conftest.$ac_ext <<_ACEOF
-#line 23991 "configure"
+#line 24092 "configure"
 #include "confdefs.h"
 
                                 #include <sys/types.h>
@@ -24006,16 +24107,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:24009: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:24110: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:24012: \$? = $ac_status" >&5
+  echo "$as_me:24113: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:24015: \"$ac_try\"") >&5
+  { (eval echo "$as_me:24116: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:24018: \$? = $ac_status" >&5
+  echo "$as_me:24119: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   wx_cv_type_getsockname3=int
 else
@@ -24039,12 +24140,12 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 fi
-echo "$as_me:24042: result: $wx_cv_type_getsockname3" >&5
+echo "$as_me:24143: result: $wx_cv_type_getsockname3" >&5
 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
 
         if test "$wx_cv_type_getsockname3" = "unknown"; then
             wxUSE_SOCKETS=no
-            { echo "$as_me:24047: WARNING: Couldn't find socklen_t synonym for this system" >&5
+            { echo "$as_me:24148: WARNING: Couldn't find socklen_t synonym for this system" >&5
 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
         else
             cat >>confdefs.h <<EOF
 if test "$wxUSE_GUI" = "yes"; then
 
     if test "$TOOLKIT" = "MAC"; then
-        { echo "$as_me:24069: WARNING: Joystick not yet supported under Mac OS X... disabled" >&5
+        { echo "$as_me:24170: WARNING: Joystick not yet supported under Mac OS X... disabled" >&5
 echo "$as_me: WARNING: Joystick not yet supported under Mac OS X... disabled" >&2;}
         wxUSE_JOYSTICK=no
      fi
     if test "$TOOLKIT" = "MOTIF"; then
-        { echo "$as_me:24074: WARNING: Joystick not yet supported under Motif... disabled" >&5
+        { echo "$as_me:24175: WARNING: Joystick not yet supported under Motif... disabled" >&5
 echo "$as_me: WARNING: Joystick not yet supported under Motif... disabled" >&2;}
         wxUSE_JOYSTICK=no
      fi
     if test "$TOOLKIT" = "X11"; then
-        { echo "$as_me:24079: WARNING: Joystick not yet supported under X11... disabled" >&5
+        { echo "$as_me:24180: WARNING: Joystick not yet supported under X11... disabled" >&5
 echo "$as_me: WARNING: Joystick not yet supported under X11... disabled" >&2;}
         wxUSE_JOYSTICK=no
      fi
@@ -24087,23 +24188,23 @@ echo "$as_me: WARNING: Joystick not yet supported under X11... disabled" >&2;}
 for ac_header in linux/joystick.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:24090: checking for $ac_header" >&5
+echo "$as_me:24191: 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 24096 "configure"
+#line 24197 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:24100: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:24201: \"$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:24106: \$? = $ac_status" >&5
+  echo "$as_me:24207: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -24122,7 +24223,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:24125: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:24226: 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
@@ -24134,7 +24235,7 @@ done
 
             if test "$ac_cv_header_linux_joystick_h" != "yes"; then
                 wxUSE_JOYSTICK=no
-                { echo "$as_me:24137: WARNING: Joystick not supported by this system... disabled" >&5
+                { echo "$as_me:24238: WARNING: Joystick not supported by this system... disabled" >&5
 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
             fi
         fi
@@ -24161,13 +24262,13 @@ if test "$TOOLKIT" != "MSW"; then
 for ac_func in dlopen
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:24164: checking for $ac_func" >&5
+echo "$as_me:24265: 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 24170 "configure"
+#line 24271 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -24198,16 +24299,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:24201: \"$ac_link\"") >&5
+if { (eval echo "$as_me:24302: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:24204: \$? = $ac_status" >&5
+  echo "$as_me:24305: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:24207: \"$ac_try\"") >&5
+  { (eval echo "$as_me:24308: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:24210: \$? = $ac_status" >&5
+  echo "$as_me:24311: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -24217,7 +24318,7 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:24220: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:24321: 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
@@ -24232,7 +24333,7 @@ EOF
 
 else
 
-                echo "$as_me:24235: checking for dlopen in -ldl" >&5
+                echo "$as_me:24336: 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
@@ -24240,7 +24341,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-ldl  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 24243 "configure"
+#line 24344 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -24259,16 +24360,16 @@ dlopen ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:24262: \"$ac_link\"") >&5
+if { (eval echo "$as_me:24363: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:24265: \$? = $ac_status" >&5
+  echo "$as_me:24366: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:24268: \"$ac_try\"") >&5
+  { (eval echo "$as_me:24369: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:24271: \$? = $ac_status" >&5
+  echo "$as_me:24372: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_dl_dlopen=yes
 else
@@ -24279,7 +24380,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:24282: result: $ac_cv_lib_dl_dlopen" >&5
+echo "$as_me:24383: 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
 
@@ -24295,13 +24396,13 @@ else
 for ac_func in shl_load
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:24298: checking for $ac_func" >&5
+echo "$as_me:24399: 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 24304 "configure"
+#line 24405 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -24332,16 +24433,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:24335: \"$ac_link\"") >&5
+if { (eval echo "$as_me:24436: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:24338: \$? = $ac_status" >&5
+  echo "$as_me:24439: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:24341: \"$ac_try\"") >&5
+  { (eval echo "$as_me:24442: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:24344: \$? = $ac_status" >&5
+  echo "$as_me:24445: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -24351,7 +24452,7 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:24354: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:24455: 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
@@ -24366,7 +24467,7 @@ EOF
 
 else
 
-                                                echo "$as_me:24369: checking for dld in -lshl_load" >&5
+                                                echo "$as_me:24470: checking for dld in -lshl_load" >&5
 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -24374,7 +24475,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lshl_load  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 24377 "configure"
+#line 24478 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -24393,16 +24494,16 @@ dld ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:24396: \"$ac_link\"") >&5
+if { (eval echo "$as_me:24497: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:24399: \$? = $ac_status" >&5
+  echo "$as_me:24500: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:24402: \"$ac_try\"") >&5
+  { (eval echo "$as_me:24503: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:24405: \$? = $ac_status" >&5
+  echo "$as_me:24506: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_shl_load_dld=yes
 else
@@ -24413,7 +24514,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:24416: result: $ac_cv_lib_shl_load_dld" >&5
+echo "$as_me:24517: result: $ac_cv_lib_shl_load_dld" >&5
 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
 if test $ac_cv_lib_shl_load_dld = yes; then
 
@@ -24435,13 +24536,13 @@ done
 for ac_func in dlerror
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:24438: checking for $ac_func" >&5
+echo "$as_me:24539: 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 24444 "configure"
+#line 24545 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -24472,16 +24573,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:24475: \"$ac_link\"") >&5
+if { (eval echo "$as_me:24576: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:24478: \$? = $ac_status" >&5
+  echo "$as_me:24579: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:24481: \"$ac_try\"") >&5
+  { (eval echo "$as_me:24582: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:24484: \$? = $ac_status" >&5
+  echo "$as_me:24585: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -24491,7 +24592,7 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:24494: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:24595: 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
@@ -24502,7 +24603,7 @@ EOF
 EOF
 
 else
-  echo "$as_me:24505: checking for dlerror in -ldl" >&5
+  echo "$as_me:24606: checking for dlerror in -ldl" >&5
 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -24510,7 +24611,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-ldl  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 24513 "configure"
+#line 24614 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -24529,16 +24630,16 @@ dlerror ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:24532: \"$ac_link\"") >&5
+if { (eval echo "$as_me:24633: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:24535: \$? = $ac_status" >&5
+  echo "$as_me:24636: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:24538: \"$ac_try\"") >&5
+  { (eval echo "$as_me:24639: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:24541: \$? = $ac_status" >&5
+  echo "$as_me:24642: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_dl_dlerror=yes
 else
@@ -24549,7 +24650,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:24552: result: $ac_cv_lib_dl_dlerror" >&5
+echo "$as_me:24653: result: $ac_cv_lib_dl_dlerror" >&5
 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
 if test $ac_cv_lib_dl_dlerror = yes; then
   cat >>confdefs.h <<\EOF
@@ -24567,12 +24668,12 @@ done
         if test "$HAVE_DL_FUNCS" = 0; then
             if test "$HAVE_SHL_FUNCS" = 0; then
               if test "$USE_UNIX" = 1; then
-                  { echo "$as_me:24570: WARNING: Missing dynamic loading support, several features will be disabled" >&5
+                  { echo "$as_me:24671: WARNING: Missing dynamic loading support, several features will be disabled" >&5
 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
                   wxUSE_DYNAMIC_LOADER=no
                   wxUSE_DYNLIB_CLASS=no
               else
-                  { echo "$as_me:24575: WARNING: Assuming wxLibrary class works on this platform" >&5
+                  { echo "$as_me:24676: WARNING: Assuming wxLibrary class works on this platform" >&5
 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
               fi
             fi
@@ -24609,7 +24710,7 @@ EOF
   fi
 
   if test "$wxUSE_MSW" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
-        echo "$as_me:24612: checking for main in -lunicows" >&5
+        echo "$as_me:24713: checking for main in -lunicows" >&5
 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
 if test "${ac_cv_lib_unicows_main+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -24617,7 +24718,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lunicows  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 24620 "configure"
+#line 24721 "configure"
 #include "confdefs.h"
 
 int
@@ -24629,16 +24730,16 @@ main ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:24632: \"$ac_link\"") >&5
+if { (eval echo "$as_me:24733: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:24635: \$? = $ac_status" >&5
+  echo "$as_me:24736: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:24638: \"$ac_try\"") >&5
+  { (eval echo "$as_me:24739: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:24641: \$? = $ac_status" >&5
+  echo "$as_me:24742: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_unicows_main=yes
 else
@@ -24649,7 +24750,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:24652: result: $ac_cv_lib_unicows_main" >&5
+echo "$as_me:24753: result: $ac_cv_lib_unicows_main" >&5
 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
 if test $ac_cv_lib_unicows_main = yes; then
 
@@ -24659,7 +24760,7 @@ EOF
 
 else
 
-                { echo "$as_me:24662: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
+                { echo "$as_me:24763: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
                              Applications will only run on Windows NT/2000/XP!" >&5
 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
                              Applications will only run on Windows NT/2000/XP!" >&2;}
@@ -24712,7 +24813,7 @@ fi
 
 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
     if test "$wxUSE_UNIVERSAL" = "yes"; then
-        { echo "$as_me:24715: WARNING: MDI not yet supported for wxUniversal... disabled" >&5
+        { echo "$as_me:24816: WARNING: MDI not yet supported for wxUniversal... disabled" >&5
 echo "$as_me: WARNING: MDI not yet supported for wxUniversal... disabled" >&2;}
         wxUSE_MDI_ARCHITECTURE=no
     fi
@@ -24760,7 +24861,7 @@ EOF
 EOF
 
       else
-        { echo "$as_me:24763: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
+        { echo "$as_me:24864: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
         wxUSE_WXHTML_HELP=no
       fi
@@ -24769,7 +24870,7 @@ fi
 
 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
     if test "$wxUSE_CONSTRAINTS" != "yes"; then
-        { echo "$as_me:24772: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
+        { echo "$as_me:24873: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
 echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
     else
         cat >>confdefs.h <<\EOF
@@ -24789,7 +24890,7 @@ fi
 
 if test "$wxUSE_RESOURCES" = "yes" ; then
     if test "$wxUSE_NANOX" = "yes"; then
-        { echo "$as_me:24792: WARNING: Cannot use resource database functions in NanoX" >&5
+        { echo "$as_me:24893: WARNING: Cannot use resource database functions in NanoX" >&5
 echo "$as_me: WARNING: Cannot use resource database functions in NanoX" >&2;}
        else
                cat >>confdefs.h <<\EOF
@@ -24814,23 +24915,23 @@ if test "$wxUSE_MSW" = 1 -a \( "$wxUSE_DATAOBJ"       = "yes" \
 for ac_header in ole2.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:24817: checking for $ac_header" >&5
+echo "$as_me:24918: 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 24823 "configure"
+#line 24924 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:24827: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:24928: \"$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:24833: \$? = $ac_status" >&5
+  echo "$as_me:24934: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -24849,7 +24950,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:24852: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:24953: 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
@@ -24875,7 +24976,7 @@ EOF
 EOF
 
     else
-        { echo "$as_me:24878: WARNING: Some features disabled because OLE headers not found" >&5
+        { echo "$as_me:24979: WARNING: Some features disabled because OLE headers not found" >&5
 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
 
         wxUSE_CLIPBOARD=no
@@ -24897,7 +24998,7 @@ fi
 
 if test "$wxUSE_IPC" = "yes"; then
     if test "$wxUSE_SOCKETS" != "yes"; then
-        { echo "$as_me:24900: WARNING: wxWindows IPC classes require sockets... disabled" >&5
+        { echo "$as_me:25001: WARNING: wxWindows IPC classes require sockets... disabled" >&5
 echo "$as_me: WARNING: wxWindows IPC classes require sockets... disabled" >&2;}
     fi
 
@@ -24909,7 +25010,7 @@ fi
 
 if test "$wxUSE_CLIPBOARD" = "yes"; then
     if test "$wxUSE_MGL" = 1; then
-        { echo "$as_me:24912: WARNING: Clipboard not yet supported under MGL... disabled" >&5
+        { echo "$as_me:25013: WARNING: Clipboard not yet supported under MGL... disabled" >&5
 echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
         wxUSE_CLIPBOARD=no
     fi
 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
     if test "$wxUSE_GTK" = 1; then
         if test "$WXGTK12" != 1; then
-            { echo "$as_me:24932: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
+            { echo "$as_me:25033: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
 echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
             wxUSE_DRAG_AND_DROP=no
         fi
     fi
 
     if test "$wxUSE_MOTIF" = 1; then
-        { echo "$as_me:24939: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
+        { echo "$as_me:25040: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
 echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
         wxUSE_DRAG_AND_DROP=no
     fi
 
     if test "$wxUSE_X11" = 1; then
-        { echo "$as_me:24945: WARNING: Drag and drop not yet supported under X11... disabled" >&5
+        { echo "$as_me:25046: WARNING: Drag and drop not yet supported under X11... disabled" >&5
 echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
         wxUSE_DRAG_AND_DROP=no
     fi
 
     if test "$wxUSE_MGL" = 1; then
-        { echo "$as_me:24951: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
+        { echo "$as_me:25052: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
 echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
         wxUSE_DRAG_AND_DROP=no
     fi
@@ -25101,7 +25202,7 @@ EOF
         USES_CONTROLS=1
         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
     else
-        { echo "$as_me:25104: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
+        { echo "$as_me:25205: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
     fi
 fi
@@ -25215,7 +25316,7 @@ fi
 
 if test "$wxUSE_STATLINE" = "yes"; then
     if test "$wxUSE_WINE" = 1 ; then
-        { echo "$as_me:25218: WARNING: wxStaticLine is not supported under WINE" >&5
+        { echo "$as_me:25319: WARNING: wxStaticLine is not supported under WINE" >&5
 echo "$as_me: WARNING: wxStaticLine is not supported under WINE" >&2;}
     else
         cat >>confdefs.h <<\EOF
 
 if test "$wxUSE_TOGGLEBTN" = "yes"; then
     if test "$wxUSE_MAC" = 1; then
-        { echo "$as_me:25258: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
+        { echo "$as_me:25359: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
         wxUSE_TOGGLEBTN=no
     fi
     if test "$wxUSE_UNIVERSAL" = "yes"; then
-        { echo "$as_me:25263: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5
+        { echo "$as_me:25364: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5
 echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;}
         wxUSE_TOGGLEBTN=no
     fi
 
 if test "$wxUSE_TOOLTIPS" = "yes"; then
     if test "$wxUSE_MOTIF" = 1; then
-        { echo "$as_me:25310: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
+        { echo "$as_me:25411: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
     else
         if test "$wxUSE_WINE" = 1; then
-            { echo "$as_me:25314: WARNING: wxTooltip not supported under WINE... disabled" >&5
+            { echo "$as_me:25415: WARNING: wxTooltip not supported under WINE... disabled" >&5
 echo "$as_me: WARNING: wxTooltip not supported under WINE... disabled" >&2;}
         else
             if test "$wxUSE_UNIVERSAL" = "yes"; then
-                { echo "$as_me:25318: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
+                { echo "$as_me:25419: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
             else
                 cat >>confdefs.h <<\EOF
@@ -25336,22 +25437,22 @@ EOF
         USES_CONTROLS=1
         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
     else
-        { echo "$as_me:25339: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
+        { echo "$as_me:25440: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
     fi
 fi
 
 if test "$wxUSE_POPUPWIN" = "yes"; then
     if test "$wxUSE_MAC" = 1; then
-        { echo "$as_me:25346: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
+        { echo "$as_me:25447: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
     else
         if test "$wxUSE_MOTIF" = 1; then
-            { echo "$as_me:25350: WARNING: wxPopupWindow not yet supported under Motif... disabled" >&5
+            { echo "$as_me:25451: WARNING: wxPopupWindow not yet supported under Motif... disabled" >&5
 echo "$as_me: WARNING: wxPopupWindow not yet supported under Motif... disabled" >&2;}
         else
             if test "$wxUSE_PM" = 1; then
-                { echo "$as_me:25354: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
+                { echo "$as_me:25455: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
             else
                 cat >>confdefs.h <<\EOF
@@ -25366,7 +25467,7 @@ fi
 
 if test "$wxUSE_TIPWINDOW" = "yes"; then
     if test "$wxUSE_PM" = 1; then
-        { echo "$as_me:25369: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
+        { echo "$as_me:25470: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
     else
         cat >>confdefs.h <<\EOF
@@ -25434,7 +25535,7 @@ fi
 
 if test "$wxUSE_PROTOCOL" = "yes"; then
     if test "$wxUSE_SOCKETS" != "yes"; then
-        { echo "$as_me:25437: WARNING: Protocol classes require sockets... disabled" >&5
+        { echo "$as_me:25538: WARNING: Protocol classes require sockets... disabled" >&5
 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
         wxUSE_PROTOCOL=no
     fi
@@ -25467,7 +25568,7 @@ fi
 
 if test "$wxUSE_URL" = "yes"; then
     if test "$wxUSE_PROTOCOL" != "yes"; then
-        { echo "$as_me:25470: WARNING: wxURL class requires wxProtocol... disabled" >&5
+        { echo "$as_me:25571: WARNING: wxURL class requires wxProtocol... disabled" >&5
 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
         wxUSE_URL=no
     fi
@@ -25600,7 +25701,7 @@ fi
 
 if test "$wxUSE_DIRDLG" = "yes"; then
     if test "$wxUSE_TREECTRL" != "yes"; then
-        { echo "$as_me:25603: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
+        { echo "$as_me:25704: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
     else
         cat >>confdefs.h <<\EOF
@@ -25626,7 +25727,7 @@ fi
 
 if test "$wxUSE_PROGRESSDLG" = "yes"; then
     if test "$wxUSE_CONSTRAINTS" != "yes"; then
-       { echo "$as_me:25629: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
+       { echo "$as_me:25730: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
 echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
     else
         cat >>confdefs.h <<\EOF
@@ -25645,7 +25746,7 @@ fi
 
 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
     if test "$wxUSE_CONSTRAINTS" != "yes"; then
-       { echo "$as_me:25648: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
+       { echo "$as_me:25749: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
 echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
     else
         cat >>confdefs.h <<\EOF
 
 EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE $INCLUDES"
 
-CFLAGS=`echo $CFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
-CXXFLAGS=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
+CFLAGS=`echo $EXTRA_CFLAGS $CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
+CXXFLAGS=`echo $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
 LIBS=`echo $LIBS | sed 's/ \+/ /g'`
 
 LDFLAGS="$LDFLAGS $PROFILE"
 
 SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
 
-echo "$as_me:25743: checking whether ${MAKE-make} sets \${MAKE}" >&5
+echo "$as_me:25844: checking whether ${MAKE-make} sets \${MAKE}" >&5
 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
 rm -f conftest.make
 fi
 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
-  echo "$as_me:25763: result: yes" >&5
+  echo "$as_me:25864: result: yes" >&5
 echo "${ECHO_T}yes" >&6
   SET_MAKE=
 else
-  echo "$as_me:25767: result: no" >&5
+  echo "$as_me:25868: result: no" >&5
 echo "${ECHO_T}no" >&6
   SET_MAKE="MAKE=${MAKE-make}"
 fi
@@ -25869,7 +25970,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:25872: creating $CONFIG_STATUS" >&5
+{ echo "$as_me:25973: creating $CONFIG_STATUS" >&5
 echo "$as_me: creating $CONFIG_STATUS" >&6;}
 cat >$CONFIG_STATUS <<_ACEOF
 #! $SHELL
@@ -26045,7 +26146,7 @@ cat >>$CONFIG_STATUS <<\EOF
     echo "$ac_cs_version"; exit 0 ;;
   --he | --h)
     # Conflict between --help and --header
-    { { echo "$as_me:26048: error: ambiguous option: $1
+    { { echo "$as_me:26149: 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;}
@@ -26064,7 +26165,7 @@ Try \`$0 --help' for more information." >&2;}
     ac_need_defaults=false;;
 
   # This is an error.
-  -*) { { echo "$as_me:26067: error: unrecognized option: $1
+  -*) { { echo "$as_me:26168: 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;}
@@ -26116,7 +26217,7 @@ do
   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
   "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
   "setup.h" ) CONFIG_HEADERS="$CONFIG_HEADERS setup.h:setup.h.in" ;;
-  *) { { echo "$as_me:26119: error: invalid argument: $ac_config_target" >&5
+  *) { { echo "$as_me:26220: error: invalid argument: $ac_config_target" >&5
 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    { (exit 1); exit 1; }; };;
   esac
@@ -26239,6 +26340,8 @@ s,@PKG_CONFIG@,$PKG_CONFIG,;t t
 s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
 s,@GTK_LIBS@,$GTK_LIBS,;t t
 s,@GTK_CONFIG@,$GTK_CONFIG,;t t
+s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
+s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
 s,@X_CFLAGS@,$X_CFLAGS,;t t
 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
 s,@X_LIBS@,$X_LIBS,;t t
@@ -26432,7 +26535,7 @@ done; }
   esac
 
   if test x"$ac_file" != x-; then
-    { echo "$as_me:26435: creating $ac_file" >&5
+    { echo "$as_me:26538: creating $ac_file" >&5
 echo "$as_me: creating $ac_file" >&6;}
     rm -f "$ac_file"
   fi
@@ -26450,7 +26553,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:26453: error: cannot find input file: $f" >&5
+         test -f "$f" || { { echo "$as_me:26556: error: cannot find input file: $f" >&5
 echo "$as_me: error: cannot find input file: $f" >&2;}
    { (exit 1); exit 1; }; }
          echo $f;;
@@ -26463,7 +26566,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
            echo $srcdir/$f
          else
            # /dev/null tree
-           { { echo "$as_me:26466: error: cannot find input file: $f" >&5
+           { { echo "$as_me:26569: error: cannot find input file: $f" >&5
 echo "$as_me: error: cannot find input file: $f" >&2;}
    { (exit 1); exit 1; }; }
          fi;;
@@ -26524,7 +26627,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:26527: creating $ac_file" >&5
+  test x"$ac_file" != x- && { echo "$as_me:26630: creating $ac_file" >&5
 echo "$as_me: creating $ac_file" >&6;}
 
   # First look for the input files in the build tree, otherwise in the
@@ -26535,7 +26638,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:26538: error: cannot find input file: $f" >&5
+         test -f "$f" || { { echo "$as_me:26641: error: cannot find input file: $f" >&5
 echo "$as_me: error: cannot find input file: $f" >&2;}
    { (exit 1); exit 1; }; }
          echo $f;;
@@ -26548,7 +26651,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
            echo $srcdir/$f
          else
            # /dev/null tree
-           { { echo "$as_me:26551: error: cannot find input file: $f" >&5
+           { { echo "$as_me:26654: error: cannot find input file: $f" >&5
 echo "$as_me: error: cannot find input file: $f" >&2;}
    { (exit 1); exit 1; }; }
          fi;;
@@ -26665,7 +26768,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:26668: $ac_file is unchanged" >&5
+      { echo "$as_me:26771: $ac_file is unchanged" >&5
 echo "$as_me: $ac_file is unchanged" >&6;}
     else
       ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
@@ -26808,7 +26911,7 @@ if test "$no_recursion" != yes; then
     # parts of a large source tree are present.
     test -d $srcdir/$ac_subdir || continue
 
-    { echo "$as_me:26811: configuring in $ac_subdir" >&5
+    { echo "$as_me:26914: configuring in $ac_subdir" >&5
 echo "$as_me: configuring in $ac_subdir" >&6;}
     case $srcdir in
     .) ;;
@@ -26830,7 +26933,7 @@ done; }
 
        if test -d ./$ac_subdir; then :;
        else
-         { { echo "$as_me:26833: error: cannot create \`pwd\`/$ac_subdir" >&5
+         { { echo "$as_me:26936: error: cannot create \`pwd\`/$ac_subdir" >&5
 echo "$as_me: error: cannot create \`pwd\`/$ac_subdir" >&2;}
    { (exit 1); exit 1; }; }
        fi
@@ -26861,7 +26964,7 @@ echo "$as_me: error: cannot create \`pwd\`/$ac_subdir" >&2;}
     elif test -f $ac_sub_srcdir/configure.in; then
       ac_sub_configure=$ac_configure
     else
-      { echo "$as_me:26864: WARNING: no configuration information is in $ac_subdir" >&5
+      { echo "$as_me:26967: WARNING: no configuration information is in $ac_subdir" >&5
 echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2;}
       ac_sub_configure=
     fi
@@ -26875,12 +26978,12 @@ echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2;}
         ac_sub_cache_file=$ac_dots$cache_file ;;
       esac
 
-      { echo "$as_me:26878: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" >&5
+      { echo "$as_me:26981: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" >&5
 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" >&6;}
       # The eval makes quoting arguments work.
       eval $ac_sub_configure $ac_sub_configure_args \
            --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir ||
-        { { echo "$as_me:26883: error: $ac_sub_configure failed for $ac_subdir" >&5
+        { { echo "$as_me:26986: error: $ac_sub_configure failed for $ac_subdir" >&5
 echo "$as_me: error: $ac_sub_configure failed for $ac_subdir" >&2;}
    { (exit 1); exit 1; }; }
     fi