You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by mi...@apache.org on 2011/05/25 22:05:48 UTC

svn commit: r1127663 - /apr/apr-util/branches/1.4.x/build/crypto.m4

Author: minfrin
Date: Wed May 25 20:05:48 2011
New Revision: 1127663

URL: http://svn.apache.org/viewvc?rev=1127663&view=rev
Log:
apr_crypto: Make sure we can find the nss headers on RHEL5.

Modified:
    apr/apr-util/branches/1.4.x/build/crypto.m4

Modified: apr/apr-util/branches/1.4.x/build/crypto.m4
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/build/crypto.m4?rev=1127663&r1=1127662&r2=1127663&view=diff
==============================================================================
--- apr/apr-util/branches/1.4.x/build/crypto.m4 (original)
+++ apr/apr-util/branches/1.4.x/build/crypto.m4 Wed May 25 20:05:48 2011
@@ -163,7 +163,7 @@ AC_DEFUN([APU_CHECK_CRYPTO_NSS], [
       apu_have_nss=0
     elif test "x$withval" != "x"; then
 
-      nss_CPPFLAGS="-I$withval/include -I$withval/../public"
+      nss_CPPFLAGS="-I$withval/include/nss -I$withval/include/nss3 -I$withval/include/nspr -I$withval/include/nspr4 -I$withval/include -I$withval/../public"
       nss_LDFLAGS="-L$withval/lib "
 
       APR_ADDTO(CPPFLAGS, [$nss_CPPFLAGS])