diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-04-19 16:32:08 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-04-19 16:32:08 +0000 |
| commit | 04ca4caa81b02cf10600b1b265b70c54a3aa7ea8 (patch) | |
| tree | 8a0b68da1586be95d51c00e0575f90094eabf52b /configure.in | |
| parent | 8f52496a05e83666bcf8b32c6e525cc6730fd78b (diff) | |
| download | postgresql-04ca4caa81b02cf10600b1b265b70c54a3aa7ea8.tar.gz | |
Remove use of lorder and tsort while building static libraries. There's
no evidence that any currently-supported platform needs this, and good
reason to think that any platform that did need it couldn't use the static
libraries anyway --- libpq, at least, has circular references. Removing
the code shuts up tsort warnings about the circular references on some
platforms.
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 0b52f67c6b..8e627b9ce5 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $PostgreSQL: pgsql/configure.in,v 1.456 2006/04/07 17:50:03 adunstan Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.457 2006/04/19 16:32:08 tgl Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -559,7 +559,6 @@ case $host_os in sysv5*) AC_SUBST(ld_R_works) esac AC_PROG_RANLIB -AC_CHECK_PROGS(LORDER, lorder) AC_PATH_PROG(TAR, tar) PGAC_CHECK_STRIP |
