1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

* configure.in: Recognize i686 as an okay processor too.

This commit is contained in:
Jim Blandy 1997-02-07 23:01:51 +00:00
parent 4cfac47d9b
commit 2b0d28bf71
2 changed files with 2 additions and 2 deletions

2
qt/configure vendored
View file

@ -1139,7 +1139,7 @@ echo "$ac_t""$host" 1>&6
case "$host" in
i386-*-*|i486-*-*|i586-*-*)
i345686-*-*)
qtmds_s=$srcdir/md/i386.s
qtmd_h=$srcdir/md/i386.h
qtmdc_c=$srcdir/md/null.c

View file

@ -17,7 +17,7 @@ fi
AC_CANONICAL_HOST
case "$host" in
i386-*-*|i486-*-*|i586-*-*)
i[3456]86-*-*)
qtmds_s=$srcdir/md/i386.s
qtmd_h=$srcdir/md/i386.h
qtmdc_c=$srcdir/md/null.c