From: Ari Johnson Date: Tue, 26 Apr 2011 03:30:27 +0000 (-0500) Subject: Use quotation marks in case PCRE_LIBS is empty in configure.ac X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=6e2c9dbe90f23d87dac7a186aaea71fc857434e2;p=cobramush.git Use quotation marks in case PCRE_LIBS is empty in configure.ac --- diff --git a/configure.ac b/configure.ac index 5beda89..c3e4f76 100644 --- 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)"