Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 525234 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure.ac (-1 / +3 lines)
Lines 193-199 AC_SEARCH_LIBS([openpty], [util]) Link Here
193
AC_SEARCH_LIBS([dlopen], [dl])
193
AC_SEARCH_LIBS([dlopen], [dl])
194
AC_SEARCH_LIBS([shl_load], [dld])
194
AC_SEARCH_LIBS([shl_load], [dld])
195
AC_SEARCH_LIBS([inflateEnd], [z])
195
AC_SEARCH_LIBS([inflateEnd], [z])
196
AC_SEARCH_LIBS([sd_listen_fds], [systemd-daemon])
196
AC_SEARCH_LIBS([sd_listen_fds], [systemd], [], [
197
    AC_SEARCH_LIBS([sd_listen_fds], [systemd-daemon])
198
])
197
199
198
200
199
# Add BeOS libraries
201
# Add BeOS libraries

Return to bug 525234