diff options
author | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2009-09-01 16:29:46 +0000 |
---|---|---|
committer | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2009-09-01 16:29:46 +0000 |
commit | 1dde538aa47f1971bcc1b62c4d151e9b0ab91c39 (patch) | |
tree | e1b8460b9154a33f30ab988363445fd143d21f2b /libpcre.pc.in | |
parent | dbbbb5f823318e1665b0ae6fb2f7c12d71f66e84 (diff) | |
download | pcre-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 'libpcre.pc.in')
-rw-r--r-- | libpcre.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcre.pc.in b/libpcre.pc.in index 0683cb0..2c3fa19 100644 --- a/libpcre.pc.in +++ b/libpcre.pc.in @@ -9,4 +9,4 @@ Name: libpcre Description: PCRE - Perl compatible regular expressions C library Version: @PACKAGE_VERSION@ Libs: -L${libdir} -lpcre -Cflags: -I${includedir} +Cflags: -I${includedir} @PCRE_STATIC_CFLAG@ |