summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2006-02-10 11:35:47 +0000
committerPeter Eisentraut <peter_e@gmx.net>2006-02-10 11:35:47 +0000
commit12fca1f6fa2aa49634b7ee1d004fa7a63e4cc65c (patch)
tree4fc7f3c748ba687a8c128e526cbd2e3ff91118ab /configure.in
parent011c520cb6b0cb9e78308e4f0a29a5ec06c7927a (diff)
downloadpostgresql-12fca1f6fa2aa49634b7ee1d004fa7a63e4cc65c.tar.gz
Fix up remaining library checks.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in14
1 files changed, 2 insertions, 12 deletions
diff --git a/configure.in b/configure.in
index 9cabefc96b..b867b95efe 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.447 2006/02/07 11:22:41 petere Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.448 2006/02/10 11:35:47 petere Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@@ -590,23 +590,13 @@ fi
## Libraries
##
-if test "$PORTNAME" != "aix" -a "$PORTNAME" != "alpha"
-then
- AC_CHECK_LIB(bsd, main)
-fi
AC_SEARCH_LIBS(setproctitle, util)
AC_SEARCH_LIBS(pow, m)
AC_SEARCH_LIBS(dlopen, dl)
-AC_CHECK_LIB(nsl, main)
AC_SEARCH_LIBS(socket, [socket wsock32])
AC_SEARCH_LIBS(shl_load, dld)
-AC_CHECK_LIB(ld, main)
-AC_CHECK_LIB(BSD, main)
-AC_CHECK_LIB(gen, main)
-AC_CHECK_LIB(resolv, main)
+AC_SEARCH_LIBS(ldopen, ld)
AC_SEARCH_LIBS(getopt_long, [getopt gnugetopt])
-# QNX:
-AC_CHECK_LIB(unix, main)
AC_SEARCH_LIBS(crypt, crypt)
# Solaris:
AC_SEARCH_LIBS(fdatasync, [rt posix4])