From: Vadim Zeitlin Date: Wed, 12 Nov 2008 15:38:54 +0000 (+0000) Subject: use = in test, not == which is not standard and not understood by all shells X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/29faf9c604986a1ffbebcabc36af0bebdf22e065?ds=inline use = in test, not == which is not standard and not understood by all shells git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure.in b/configure.in index 5eb6d8af8b..672e32b31d 100644 --- a/configure.in +++ b/configure.in @@ -5696,7 +5696,7 @@ if test "$wxUSE_INTL" = "yes" ; then fi fi -if test "$wxUSE_XLOCALE" == "yes" ; then +if test "$wxUSE_XLOCALE" = "yes" ; then AC_DEFINE(wxUSE_XLOCALE) AC_CHECK_TYPES(locale_t,,, [#include