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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- configure.in
0
++ configure.in
Lines 171-177 Link Here
171
dnl CuTest requires libm on Solaris
171
dnl CuTest requires libm on Solaris
172
AC_SEARCH_LIBS(fabs, m)
172
AC_SEARCH_LIBS(fabs, m)
173
173
174
libs="`$apu_config --link-libtool --libs` `$apr_config --link-libtool --libs` $LIBS"
174
libs="`$apu_config --link-ld` `$apr_config --link-ld` $LIBS"
175
APR_ADDTO(SERF_LIBS, [$libs])
175
APR_ADDTO(SERF_LIBS, [$libs])
176
AC_SUBST(SERF_LIBS)
176
AC_SUBST(SERF_LIBS)
177
177

Return to bug 260631