]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
use wxVector<T> instead of homegrown growing array in wxHtmlTagsCache
[wxWidgets.git] / configure.in
index 03f9ebbaa19915e015635038c731797fb0585f80..adb3ae246c35f36a15bcc29aca94d3c96225a666 100644 (file)
@@ -3490,9 +3490,7 @@ dnl ---------------------------------------------------------------------------
 dnl If UTF-8 support wasn't explicitly enabled or disabled, enable it only
 dnl for ports where it makes sense by default (GTK+, DirectFB):
 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_UTF8" = "auto" ; then
-    if test "$TOOLKIT" = "DFB" ; then
-        wxUSE_UNICODE_UTF8=yes
-    elif test "$TOOLKIT" = "GTK" -a "$WXGTK20" = "1" ; then
+    if test "$USE_UNIX" = "1" -a "$wxUSE_DARWIN" != "1" ; then
         wxUSE_UNICODE_UTF8=yes
     elif test "$USE_OS2" = "1" ; then
         dnl wide char support is quite incomplete in libc;