Commit 62eb79c8 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

We always need to include the openssl specific directory in the INCLUDES

variable.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90508 13f79535-47bb-0310-9956-ffa450edef68
parent f09dd3fa
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -467,8 +467,9 @@ if test "x$ap_ssltk_base" = "x"; then
  AC_MSG_RESULT($ap_ssltk_libdir)

  dnl #  annotate the Apache build environment with determined information
  APR_ADDTO(INCLUDES, [-I$ap_ssltk_incdir/openssl])
  if test "x$ap_ssltk_incdir" != "x/usr/include"; then
    APR_ADDTO(INCLUDES, [-I$ap_ssltk_incdir -I$ap_ssltk_incdir/openssl])
    APR_ADDTO(INCLUDES, [-I$ap_ssltk_incdir])
  fi
  if test "x$ap_ssltk_libdir" != "x/usr/lib"; then
    APR_ADDTO(LIBS, [-L$ap_ssltk_libdir])