diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1998-01-13 15:53:02 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1998-01-13 15:53:02 +0000 |
| commit | 3a48ee4a0f5d2759b1d88f5c698448a32d43a90d (patch) | |
| tree | 5f11fc8e347543bd13a80ecd266ef9ca374ec19c /src/configure.in | |
| parent | 80b6206c5a739d99f0232d141c414ba103640934 (diff) | |
| download | postgresql-3a48ee4a0f5d2759b1d88f5c698448a32d43a90d.tar.gz | |
MIssed a semi-colon in AC_LINK_FILES for i386_solaris port...
Diffstat (limited to 'src/configure.in')
| -rw-r--r-- | src/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure.in b/src/configure.in index 0dd294d412..a09f68d97b 100644 --- a/src/configure.in +++ b/src/configure.in @@ -9,7 +9,7 @@ case "$host_os" in sparc) os=sparc_solaris ;; i386) os=i386_solaris - AC_LINK_FILES(backend/port/tas/i386_solaris.s backend/port/tas.s) + AC_LINK_FILES(backend/port/tas/i386_solaris.s, backend/port/tas.s) TAS=tas.s AC_SUBST(TAS) ;; esac ;; |
