diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-10-12 14:44:46 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-10-12 14:44:46 +0000 |
commit | af7e03997bc21cd7397dd23862bf3f93b6b5617f (patch) | |
tree | c9300e292cd5c41f21c8ddb0daca98571f7fcd91 /src | |
parent | c94323d1f50f2722c8186849046a400234c80a50 (diff) | |
download | postgresql-af7e03997bc21cd7397dd23862bf3f93b6b5617f.tar.gz postgresql-af7e03997bc21cd7397dd23862bf3f93b6b5617f.zip |
autoconf
Diffstat (limited to 'src')
-rwxr-xr-x | src/configure | 2 |
1 files changed, 1 insertions, 1 deletions
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 ;; |