From f920303e8bfc39de6def8193b77f7ad4b8cf774c Mon Sep 17 00:00:00 2001 From: Breno Silva Date: Mon, 17 Dec 2012 14:45:50 -0400 Subject: [PATCH] Fixed change from double to single quotes in find_pcre.m4 --- build/find_pcre.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/find_pcre.m4 b/build/find_pcre.m4 index 3d6985c5..f5da40a3 100644 --- a/build/find_pcre.m4 +++ b/build/find_pcre.m4 @@ -66,7 +66,7 @@ if test -n "${pcre_path}"; then if test "$verbose_output" -eq 1; then AC_MSG_NOTICE(pcre CFLAGS: $PCRE_CFLAGS); fi PCRE_LDADD="`${PCRE_CONFIG} --libs`" if test "$verbose_output" -eq 1; then AC_MSG_NOTICE(pcre LDADD: $PCRE_LDADD); fi - PCRE_LD_PATH="/`${PCRE_CONFIG} --libs | cut -d"/" -f2,3,4,5,6 | cut -d " " -f1`" + PCRE_LD_PATH="/`${PCRE_CONFIG} --libs | cut -d'/' -f2,3,4,5,6 | cut -d ' ' -f1`" if test "$verbose_output" -eq 1; then AC_MSG_NOTICE(pcre PCRE_LD_PATH: $PCRE_LD_PATH); fi else AC_MSG_RESULT([no])