From da2cc9af1d69e6a174929fe14ab8593b7f047a82 Mon Sep 17 00:00:00 2001 From: "roc+%cs.cmu.edu" Date: Wed, 1 Jun 2005 13:34:37 +0000 Subject: [PATCH] Bug 294507. Fix --with-system-nspr issues. r=caillon,a=shaver, patch by Wolfgang Rosenauer --- build/unix/Makefile.in | 1 + build/unix/mozilla-nspr.pc.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build/unix/Makefile.in b/build/unix/Makefile.in index 3850a7327b9..92166323299 100644 --- a/build/unix/Makefile.in +++ b/build/unix/Makefile.in @@ -40,6 +40,7 @@ DEPTH = ../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ +NSPR_CONFIG = @NSPR_CONFIG@ include $(DEPTH)/config/autoconf.mk diff --git a/build/unix/mozilla-nspr.pc.in b/build/unix/mozilla-nspr.pc.in index 9793ff7234f..18f7f93496c 100644 --- a/build/unix/mozilla-nspr.pc.in +++ b/build/unix/mozilla-nspr.pc.in @@ -7,6 +7,6 @@ Name: NSPR Description: The Netscape Portable Runtime Version: %MOZILLA_VERSION% Libs: %FULL_NSPR_LIBS% -Cflags: -I${includedir}/nspr +Cflags: %FULL_NSPR_CFLAGS%