Skip to content

Commit f920303

Browse files
committed
Fixed change from double to single quotes in find_pcre.m4
1 parent 7ed0c30 commit f920303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/find_pcre.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if test -n "${pcre_path}"; then
6666
if test "$verbose_output" -eq 1; then AC_MSG_NOTICE(pcre CFLAGS: $PCRE_CFLAGS); fi
6767
PCRE_LDADD="`${PCRE_CONFIG} --libs`"
6868
if test "$verbose_output" -eq 1; then AC_MSG_NOTICE(pcre LDADD: $PCRE_LDADD); fi
69-
PCRE_LD_PATH="/`${PCRE_CONFIG} --libs | cut -d"/" -f2,3,4,5,6 | cut -d " " -f1`"
69+
PCRE_LD_PATH="/`${PCRE_CONFIG} --libs | cut -d'/' -f2,3,4,5,6 | cut -d ' ' -f1`"
7070
if test "$verbose_output" -eq 1; then AC_MSG_NOTICE(pcre PCRE_LD_PATH: $PCRE_LD_PATH); fi
7171
else
7272
AC_MSG_RESULT([no])

0 commit comments

Comments
 (0)