projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
113bb9b
)
Open Unix 8 patch (Caldera Unixware). Still needs updated autoconf.
author
Bruce Momjian
<bruce@momjian.us>
Mon, 30 Jul 2001 15:01:00 +0000
(15:01 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Mon, 30 Jul 2001 15:01:00 +0000
(15:01 +0000)
Larry Rosenman
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 045b890f35eb634fc226e7f994c15623124a3207..076fd8a0fd4b2ad56490db2d595643b090ff142b 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-81,6
+81,7
@@
nextstep*) template=nextstep ;;
esac ;;
sysv4*) template=svr4 ;;
sysv5uw*) template=unixware ;;
+ sysv5*) template=unixware ;;
ultrix*) template=ultrix4 ;;
esac
@@
-637,7
+638,7
@@
AC_PROG_LN_S
AC_PROG_LD
AC_SUBST(LD)
AC_SUBST(with_gnu_ld)
-case $host_os in sysv5
uw
*)
+case $host_os in sysv5*)
AC_CACHE_CHECK([whether ld -R works], [pgac_cv_prog_ld_R],
[
pgac_save_LDFLAGS=$LDFLAGS; LDFLAGS="$LDFLAGS -Wl,-R/usr/lib"