]> git.saurik.com Git - wxWidgets.git/blobdiff - acinclude.m4
look at HOME and USERPROFILE in wxGetHomeDir() (patch 527210)
[wxWidgets.git] / acinclude.m4
index 0f77f7d51eeda7c62168db9a4c41b92910fc4c95..455269592ac3e0c3020788c19508c4caf5d2cf54 100644 (file)
@@ -396,7 +396,7 @@ size_t iconv();
     )
 
     iconv_const=
-    if test "x$wx_cv_func_iconv_const" != "xyes"; then
+    if test "x$wx_cv_func_iconv_const" = "xyes"; then
         iconv_const="const"
     fi