projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81340f2
)
Use quotation marks in case PCRE_LIBS is empty in configure.ac
author
Ari Johnson
<ari@theari.com>
Tue, 26 Apr 2011 03:30:27 +0000
(22:30 -0500)
committer
Ari Johnson
<ari@theari.com>
Tue, 26 Apr 2011 03:30:27 +0000
(22:30 -0500)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 5beda895aea3345bfbdedad42f00a2b363878cbf..c3e4f76a53232667737b0bd99071b2625a17e181 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-425,7
+425,7
@@
fi
### Output
-if test
${PCRE_LIBS+set}
= set; then
+if test
"${PCRE_LIBS+set}"
= set; then
which_pcre="System"
else
which_pcre="Local (Consider getting your sysadmin to install pcre)"