$NetBSD: patch-gcc_configure,v 1.1 2022/10/09 02:37:03 ryoon Exp $

--- gcc/configure.orig	2022-08-19 08:09:52.736664469 +0000
+++ gcc/configure
@@ -6395,7 +6395,7 @@ _ACEOF
 if test "$enable_largefile" != no; then
   case "$host, $build" in
     *-*-aix*,*|*,*-*-aix*)
-      if test "$ac_cv_sizeof_ino_t" == "4" -a "$ac_cv_sizeof_dev_t" == 4; then
+      if test "$ac_cv_sizeof_ino_t" = "4" -a "$ac_cv_sizeof_dev_t" = 4; then
 
 $as_echo "#define HOST_STAT_FOR_64BIT_INODES stat64x" >>confdefs.h
 
