From ea12c82691057d059aa2068ac9891edec98a5121 Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Thu, 7 Apr 2005 00:27:03 +0000 Subject: fix the apr.pc.in file to include the cppflags in the Cflags varaible. It seems braindead, but pkg-config requires this, and it is a documented behavior. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@160349 13f79535-47bb-0310-9956-ffa450edef68 --- apr.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apr.pc.in') diff --git a/apr.pc.in b/apr.pc.in index 91e4993d2..318a81e26 100644 --- a/apr.pc.in +++ b/apr.pc.in @@ -8,4 +8,4 @@ Name: APR Description: The Apache Portable Runtime library Version: @APR_DOTTED_VERSION@ Libs: -L${libdir} -l@APR_LIBNAME@ @EXTRA_LIBS@ -Cflags: @EXTRA_CFLAGS@ -I${includedir} +Cflags: @EXTRA_CPPFLAGS@ @EXTRA_CFLAGS@ -I${includedir} -- cgit v1.2.1