Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 219391
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- configure.in
0
++ configure.in
Lines 160-166 Link Here
160
AC_CHECK_HEADER([openssl/opensslv.h], [],
160
AC_CHECK_HEADER([openssl/opensslv.h], [],
161
                [AC_MSG_ERROR([We require OpenSSL; try --with-openssl])])
161
                [AC_MSG_ERROR([We require OpenSSL; try --with-openssl])])
162
162
163
libs="`$apu_config --link-libtool --libs` `$apr_config --link-libtool --libs`"
163
libs="`$apu_config --link-libtool` `$apr_config --link-libtool`"
164
APR_ADDTO(SERF_LIBS, [$libs])
164
APR_ADDTO(SERF_LIBS, [$libs])
165
AC_SUBST(SERF_LIBS)
165
AC_SUBST(SERF_LIBS)
166
166

Return to bug 219391