summaryrefslogtreecommitdiff
path: root/libpcreposix.pc.in
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-09-01 16:29:46 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-09-01 16:29:46 +0000
commit1dde538aa47f1971bcc1b62c4d151e9b0ab91c39 (patch)
treee1b8460b9154a33f30ab988363445fd143d21f2b /libpcreposix.pc.in
parentdbbbb5f823318e1665b0ae6fb2f7c12d71f66e84 (diff)
downloadpcre-1dde538aa47f1971bcc1b62c4d151e9b0ab91c39.tar.gz
Add -DPCRE_STATIC to configuration files when no shared library is built.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@430 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'libpcreposix.pc.in')
-rw-r--r--libpcreposix.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcreposix.pc.in b/libpcreposix.pc.in
index 73bae52..c6c0b0c 100644
--- a/libpcreposix.pc.in
+++ b/libpcreposix.pc.in
@@ -9,5 +9,5 @@ Name: libpcreposix
Description: PCREPosix - Posix compatible interface to libpcre
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lpcreposix
-Cflags: -I${includedir}
+Cflags: -I${includedir} @PCRE_STATIC_CFLAG@
Requires.private: libpcre