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
This commit is contained in:
Vadim Zeitlin
2008-11-12 15:38:54 +00:00
parent 970a5babf7
commit 29faf9c604

View File

@@ -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 <xlocale.h>