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

* configure.in: Added changequote(,) before the host case (since

we use [ and ] in a pattern).
* configure: Regenerated.
This commit is contained in:
Mikael Djurfeldt 1997-02-09 13:29:55 +00:00
parent 863b096edf
commit c31916080a
3 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,9 @@
Sun Feb 9 15:20:59 1997 Mikael Djurfeldt <mdj@kenneth>
* configure.in: Added changequote(,) before the host case (since
we use [ and ] in a pattern).
* configure: Regenerated.
Fri Feb 7 18:00:07 1997 Jim Blandy <jimb@floss.cyclic.com>
* configure.in: Recognize i686 as an okay processor too.

4
qt/configure vendored
View file

@ -1138,8 +1138,9 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo "$ac_t""$host" 1>&6
case "$host" in
i345686-*-*)
i[3456]86-*-*)
qtmds_s=$srcdir/md/i386.s
qtmd_h=$srcdir/md/i386.h
qtmdc_c=$srcdir/md/null.c
@ -1175,6 +1176,7 @@ sparc-*-*)
esac
if $threads_enabled; then
target_libs=libqt.a
else

View file

@ -16,6 +16,7 @@ fi
# Determine the host we are working on
AC_CANONICAL_HOST
changequote(,)dnl We use [ and ] in a regexp in the case
case "$host" in
i[3456]86-*-*)
qtmds_s=$srcdir/md/i386.s
@ -51,6 +52,7 @@ sparc-*-*)
threads_enabled=false
;;
esac
changequote([, ])
if $threads_enabled; then