From 1dde538aa47f1971bcc1b62c4d151e9b0ab91c39 Mon Sep 17 00:00:00 2001 From: ph10 Date: Tue, 1 Sep 2009 16:29:46 +0000 Subject: 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 --- libpcre.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpcre.pc.in') 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@ -- cgit v1.2.1