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:
Marc G. Fournier 1997-09-28 10:10:36 +00:00
parent fb269b4675
commit 1337751e50
2 changed files with 149 additions and 143 deletions

287
src/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -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)