mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-21 03:13:05 +08:00
From: Darren King <darrenk@insightdist.com>
I asked for this a long time ago and Frank Dana recently has indicated that using lbsd on aix breaks the timezone code.
This commit is contained in:
parent
fb269b4675
commit
1337751e50
287
src/configure
vendored
287
src/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -360,7 +360,10 @@ AC_CHECK_LIB(termcap, main)
|
||||
AC_CHECK_LIB(history, main)
|
||||
AC_CHECK_LIB(readline, main)
|
||||
AC_CHECK_LIB(readline, write_history, AC_DEFINE(HAVE_HISTORY))
|
||||
AC_CHECK_LIB(bsd, main)
|
||||
if test "$PORTNAME" != "aix"
|
||||
then
|
||||
AC_CHECK_LIB(bsd, main)
|
||||
fi
|
||||
AC_CHECK_LIB(m, main)
|
||||
AC_CHECK_LIB(dl, main)
|
||||
AC_CHECK_LIB(socket, main)
|
||||
|
Loading…
Reference in New Issue
Block a user