diff options
| author | Marc G. Fournier | 1998-02-02 00:13:41 +0000 |
|---|---|---|
| committer | Marc G. Fournier | 1998-02-02 00:13:41 +0000 |
| commit | a86e06cb9bebe52dc6051576a788297ae5e7afec (patch) | |
| tree | f7f55570064d4a5cf48523cf22a3b9853d9ab784 /src/configure.in | |
| parent | 40b75ef5d06574af78293815b97df457d0ad196d (diff) | |
Fix HP/ux port for tas.s
Diffstat (limited to 'src/configure.in')
| -rw-r--r-- | src/configure.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/configure.in b/src/configure.in index c29a37306b8..9f6d42de4cd 100644 --- a/src/configure.in +++ b/src/configure.in @@ -23,7 +23,10 @@ case "$host_os" in nextstep*) os=nextstep;; ultrix*) os=ultrix4;; irix*) os=irix5;; - hpux*) os=hpux;; + hpux*) os=hpux + AC_LINK_FILES(backend/port/tas/hpux.s, backend/port/tas.s) + TAS=tas.o + AC_SUBST(TAS) ;; osf*) os=alpha;; sco*) os=sco;; machten*) os=machten;; |
