From: Marc G. Fournier Date: Tue, 3 Feb 1998 18:06:37 +0000 (+0000) Subject: various i386_solaris cleanups that should fix sparc_solaris and hpux X-Git-Tag: REL6_3~228 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f00a9e3e9f66649b69085295d9ea02d2a36adab3;p=postgresql various i386_solaris cleanups that should fix sparc_solaris and hpux --- diff --git a/src/configure b/src/configure index fa4e09ffc7..1910dc4bf3 100755 --- a/src/configure +++ b/src/configure @@ -4765,7 +4765,7 @@ EOF cat >> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF diff --git a/src/configure.in b/src/configure.in index c3696bdb51..16e475c11c 100644 --- a/src/configure.in +++ b/src/configure.in @@ -44,7 +44,7 @@ esac if test $need_tas = "yes" then - AC_LINK_FILES(backend/port/tas/${os}.s, backend/port/${os}.s) + AC_LINK_FILES(backend/port/tas/${os}.s, backend/port/tas.s) TAS=tas.o AC_SUBST(TAS) fi