]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
fixd creation of controls with default initial size
[wxWidgets.git] / configure.in
index d942e95394a902fab889fcced0aef2c44245b962..cc00d3f7aadd82c13725c6dd0253aa94ee01dd43 100644 (file)
@@ -2378,14 +2378,7 @@ AC_CACHE_CHECK([for wchar_t], wx_cv_type_wchar_t,
             ws = L"Hello, world!";
         ],
         wx_cv_type_wchar_t=yes,
-        AC_TRY_COMPILE([#include <stdlib.h>],
-            [
-                wchar_t wc, *ws;
-                wc = L'a';
-                ws = L"Hello, world!";
-            ],
-        wx_cv_type_wchar_t=yes,
-        wx_cv_type_wchar_t=no)
+        wx_cv_type_wchar_t=no
     )
 ])
 
@@ -2775,7 +2768,7 @@ else
                  wx_cv_func_statvfs=no
             ]
         )
-    ]
+    )
 
     if test "$wx_cv_func_statvfs" = "yes"; then
         AC_DEFINE(HAVE_STATVFS)