oops, fixed typo breaking iconv constness detection in the previous commit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2002-01-25 12:24:44 +00:00
parent 22c3fb2ba3
commit 1c405bb510
3 changed files with 3 additions and 3 deletions

View 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

2
aclocal.m4 vendored
View File

@ -408,7 +408,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

2
configure vendored
View File

@ -15237,7 +15237,7 @@ fi
echo "$ac_t""$wx_cv_func_iconv_const" 1>&6
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