summaryrefslogtreecommitdiff
path: root/pcre-config.in
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-01-21 16:37:17 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-01-21 16:37:17 +0000
commitec7abfc6da4749a0deda01d514b353a43bdf39db (patch)
tree6236bb15f857322a56762945d3e9b84f6b393274 /pcre-config.in
parent2e9472220441a6c61e9ed14f3fe3d33686e241b1 (diff)
downloadpcre-ec7abfc6da4749a0deda01d514b353a43bdf39db.tar.gz
Source file tidies for 8.30-RC1 release; fix Makefile.am bugs for building
symbolic links to man pages. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@903 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre-config.in')
-rw-r--r--pcre-config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcre-config.in b/pcre-config.in
index f557f8c..595e5d1 100644
--- a/pcre-config.in
+++ b/pcre-config.in
@@ -10,7 +10,7 @@ if test @enable_cpp@ = yes ; then
libs="[--libs-cpp]"
else
libs=
-fi
+fi
if test @enable_pcre16@ = yes ; then
libs="[--libs16] $libs"
@@ -18,7 +18,7 @@ fi
if test @enable_pcre8@ = yes ; then
libs="[--libs] [--libs-posix] $libs"
- cflags="$cflags [--cflags-posix]"
+ cflags="$cflags [--cflags-posix]"
fi
usage="Usage: pcre-config [--prefix] [--exec-prefix] [--version] $libs $cflags"