1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

* configure.in: Added thread support for the alpha architecture.

configure: Regenerated.
This commit is contained in:
Mikael Djurfeldt 1997-07-23 18:36:44 +00:00
parent 8309a10d87
commit 757cfb94f4
3 changed files with 241 additions and 315 deletions

View file

@ -1,3 +1,8 @@
Wed Jul 23 20:24:27 1997 Mikael Djurfeldt <djurf@zafir.e.kth.se>
* configure.in: Added thread support for the alpha architecture.
configure: Regenerated.
Thu Jul 17 07:56:05 1997 Gary Houston <ghouston@actrix.gen.nz>
* configure.in: use AC_CHECK_FUNCS for sethostent etc.,

545
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -382,6 +382,12 @@ sparc-*-*)
qtmds_s=$qtsrcdir/md/sparc.s
qtdmdb_s=$qtsrcdir/md/sparc_b.s
;;
alpha-*-*)
qtmd_h=md/axp.h
qtmdc_c=$qtsrcdir/md/null.c
qtmds_s=$qtsrcdir/md/axp.s
qtdmdb_s=$qtsrcdir/md/axp_b.s
;;
*)
echo "Unknown configuration; threads package disabled"
threads_enabled=false