$NetBSD: patch-gcc_configure,v 1.2 2024/04/26 13:05:01 micha Exp $ Fix nonportable syntax in "test" command. --- gcc/configure.orig 2022-05-06 07:30:57.000000000 +0000 +++ gcc/configure @@ -6404,7 +6404,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