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

Collapse All | Expand All

(-)./configure.in.orig (-1 / +1 lines)
Lines 2133-2139 Link Here
2133
			[have_setproctitle=yes
2133
			[have_setproctitle=yes
2134
			LUTIL_LIBS="$LUTIL_LIBS -lutil"],
2134
			LUTIL_LIBS="$LUTIL_LIBS -lutil"],
2135
			[have_setproctitle=no
2135
			[have_setproctitle=no
2136
			LIBOBJS="$LIBOBJS setproctitle.o"
2136
			AC_LIBOBJ([setproctitle])
2137
			LIBSRCS="$LIBSRCS setproctitle.c"])])
2137
			LIBSRCS="$LIBSRCS setproctitle.c"])])
2138
2138
2139
	if test $have_setproctitle = yes ; then
2139
	if test $have_setproctitle = yes ; then

Return to bug 105380