View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (-1 / +1 lines)
 Lines 160-166    Link Here 
AC_CHECK_HEADER([openssl/opensslv.h], [],
AC_CHECK_HEADER([openssl/opensslv.h], [],
                [AC_MSG_ERROR([We require OpenSSL; try --with-openssl])])
                [AC_MSG_ERROR([We require OpenSSL; try --with-openssl])])
libs="`$apu_config --link-libtool --libs` `$apr_config --link-libtool --libs`"
libs="`$apu_config --link-libtool` `$apr_config --link-libtool`"
APR_ADDTO(SERF_LIBS, [$libs])
APR_ADDTO(SERF_LIBS, [$libs])
AC_SUBST(SERF_LIBS)
AC_SUBST(SERF_LIBS)