From af7e03997bc21cd7397dd23862bf3f93b6b5617f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 12 Oct 1998 14:44:46 +0000 Subject: [PATCH] autoconf --- src/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configure b/src/configure index 6c02cfdd52e..9310761cec5 100755 --- a/src/configure +++ b/src/configure @@ -607,7 +607,7 @@ case "$host_os" in solaris*) case "$host_cpu" in sparc) os=solaris_sparc need_tas=yes tas_file=solaris_sparc.s ;; - i386) os=solaris_sparc need_tas=yes tas_file=solaris_i386.s ;; + i386) os=solaris_i386 need_tas=yes tas_file=solaris_i386.s ;; esac ;; sunos*) os=sunos4 need_tas=no ;; aux*) os=aux need_tas=no ;;