From 8536f82194ec21635cd017d7e0bd382106e196c6 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Wed, 31 Mar 2021 10:28:04 +0900 Subject: m4: Fix previous commit. Signed-off-by: NIIBE Yutaka --- src/gpg-error.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gpg-error.m4 b/src/gpg-error.m4 index 307a23f..56a5d07 100644 --- a/src/gpg-error.m4 +++ b/src/gpg-error.m4 @@ -80,7 +80,7 @@ AC_DEFUN([AM_PATH_GPG_ERROR], # Fedora/openSUSE style: /usr/lib, /usr/lib32 or /usr/lib64 # It is assumed that CC is specified to the one of host on cross build. if libdir_candidates=$(${CC:-cc} -print-search-dirs | \ - sed -n -e "/^libraries/{s/libraries: =//;s/:/\ + sed -n -e "/^libraries/{s/libraries: =//;s/:/\\ /g;p;}"); then # From the output of -print-search-dirs, select valid pkgconfig dirs. libdir_candidates=$(for dir in $libdir_candidates; do -- cgit v1.2.3