From 6e2c9dbe90f23d87dac7a186aaea71fc857434e2 Mon Sep 17 00:00:00 2001 From: Ari Johnson Date: Mon, 25 Apr 2011 22:30:27 -0500 Subject: [PATCH] Use quotation marks in case PCRE_LIBS is empty in configure.ac --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" -- 2.30.2