]> granicus.if.org Git - python/commitdiff
Use = instead of == as operator to test
authorMatthias Klose <doko@ubuntu.com>
Fri, 24 Dec 2004 08:22:17 +0000 (08:22 +0000)
committerMatthias Klose <doko@ubuntu.com>
Fri, 24 Dec 2004 08:22:17 +0000 (08:22 +0000)
configure
configure.in

index 6bc1c4eac17f566b84e9e1478b026d1460cda788..1d538e45e63c4887bf446753b045337f5acb227d 100755 (executable)
--- a/configure
+++ b/configure
@@ -18884,7 +18884,7 @@ _ACEOF
 
   # wchar_t is only usable if it maps to an unsigned type
   if test "$unicode_size" = "$ac_cv_sizeof_wchar_t" \
-          -a "$ac_cv_wchar_t_signed" == "no"
+          -a "$ac_cv_wchar_t_signed" = "no"
   then
     PY_UNICODE_TYPE="wchar_t"
 
index 7986cbc136a08ef854a77774a9a2b8ab08f3f074..68720e798c498a47d9d77fbc795420e24513bb87 100644 (file)
@@ -2760,7 +2760,7 @@ else
 
   # wchar_t is only usable if it maps to an unsigned type
   if test "$unicode_size" = "$ac_cv_sizeof_wchar_t" \
-          -a "$ac_cv_wchar_t_signed" == "no"
+          -a "$ac_cv_wchar_t_signed" = "no"
   then
     PY_UNICODE_TYPE="wchar_t"
     AC_DEFINE(HAVE_USABLE_WCHAR_T, 1,