From 7ab89d8d6c4c8c30e964f78b41cc3f48cc739911 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Mon, 28 Jul 2003 12:09:04 +0000 Subject: [PATCH] 2003-07-23 Marcus Brinkmann MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * gpgme-config.in (gpg_error_libs): Quote GPG_ERROR_CFLAGS and GPG_ERROR_LIBS when setting the corresponding variables. Reported by St�phane Corth�sy. --- gpgme/ChangeLog | 6 ++++++ gpgme/gpgme-config.in | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog index a483650..352aa98 100644 --- a/gpgme/ChangeLog +++ b/gpgme/ChangeLog @@ -1,3 +1,9 @@ +2003-07-23 Marcus Brinkmann + + * gpgme-config.in (gpg_error_libs): Quote GPG_ERROR_CFLAGS and + GPG_ERROR_LIBS when setting the corresponding variables. + Reported by Stéphane Corthésy. + 2003-07-22 Marcus Brinkmann * engine-gpgsm.c (set_recipients): Move declaration of NEWLEN to diff --git a/gpgme/gpgme-config.in b/gpgme/gpgme-config.in index fb7a6d7..abb6a17 100644 --- a/gpgme/gpgme-config.in +++ b/gpgme/gpgme-config.in @@ -22,8 +22,8 @@ echo_cflags=no echo_prefix=no echo_exec_prefix=no -gpg_error_cflags=@GPG_ERROR_CFLAGS@ -gpg_error_libs=@GPG_ERROR_LIBS@ +gpg_error_cflags="@GPG_ERROR_CFLAGS@" +gpg_error_libs="@GPG_ERROR_LIBS@" usage() -- 2.26.2