Bug 294507. Fix --with-system-nspr issues. r=caillon,a=shaver, patch by Wolfgang Rosenauer

This commit is contained in:
roc+%cs.cmu.edu 2005-06-01 13:34:37 +00:00
parent 35cf8c1baf
commit 4b7e260bb2
2 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@ DEPTH = ../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
NSPR_CONFIG = @NSPR_CONFIG@
include $(DEPTH)/config/autoconf.mk

View File

@ -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%