Commit 1337751e authored by Marc G. Fournier's avatar Marc G. Fournier

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.
parent fb269b46
This diff is collapsed.
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment