Use quotation marks in case PCRE_LIBS is empty in configure.ac
authorAri Johnson <ari@theari.com>
Tue, 26 Apr 2011 03:30:27 +0000 (22:30 -0500)
committerAri Johnson <ari@theari.com>
Tue, 26 Apr 2011 03:30:27 +0000 (22:30 -0500)
configure.ac

index 5beda895aea3345bfbdedad42f00a2b363878cbf..c3e4f76a53232667737b0bd99071b2625a17e181 100644 (file)
@@ -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)"