]> git.saurik.com Git - wxWidgets.git/commitdiff
use = in test, not == which is not standard and not understood by all shells
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 12 Nov 2008 15:38:54 +0000 (15:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 12 Nov 2008 15:38:54 +0000 (15:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure.in

index 5eb6d8af8bb1acb90e12d4b44d877a014c8beeb0..672e32b31dcf5d88324e8e7e3e15d0cb13bbea54 100644 (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>