diff options
author | Marc G. Fournier <scrappy@hub.org> | 1998-01-13 19:04:39 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1998-01-13 19:04:39 +0000 |
commit | 06356b897829bd2686a70ddb62b0c7b774c7113e (patch) | |
tree | 82d86e5f67d4bbdb674f72404b9a5f84df2274d4 /src | |
parent | 3a48ee4a0f5d2759b1d88f5c698448a32d43a90d (diff) | |
download | postgresql-06356b897829bd2686a70ddb62b0c7b774c7113e.tar.gz postgresql-06356b897829bd2686a70ddb62b0c7b774c7113e.zip |
Oops, should be 'tas.o', not 'tas.s'
Diffstat (limited to 'src')
-rwxr-xr-x | src/configure | 2 | ||||
-rw-r--r-- | src/configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/configure b/src/configure index bcffb8cccc2..6c5d9c4114e 100755 --- a/src/configure +++ b/src/configure @@ -574,7 +574,7 @@ case "$host_os" in i386) os=i386_solaris - TAS=tas.s + TAS=tas.o ;; esac ;; sunos*) os=sunos4 ;; diff --git a/src/configure.in b/src/configure.in index a09f68d97bf..4d4d6ee7b79 100644 --- a/src/configure.in +++ b/src/configure.in @@ -10,7 +10,7 @@ case "$host_os" in i386) os=i386_solaris AC_LINK_FILES(backend/port/tas/i386_solaris.s, backend/port/tas.s) - TAS=tas.s + TAS=tas.o AC_SUBST(TAS) ;; esac ;; sunos*) os=sunos4 ;; |