]> granicus.if.org Git - apache/commitdiff
We always need to include the openssl specific directory in the INCLUDES
authorRyan Bloom <rbb@apache.org>
Wed, 22 Aug 2001 20:34:40 +0000 (20:34 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 22 Aug 2001 20:34:40 +0000 (20:34 +0000)
variable.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90508 13f79535-47bb-0310-9956-ffa450edef68

acinclude.m4

index 5e7a529481f1a4d216d43f8d1a612397dc669dd4..efedaacbc54b33b4f7bcd8ae867f03fc0b5ea8ad 100644 (file)
@@ -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])