From: Marcus Brinkmann Date: Mon, 28 Jul 2003 12:09:04 +0000 (+0000) Subject: 2003-07-23 Marcus Brinkmann X-Git-Tag: gpgme-0-4-2~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7ab89d8d6c4c8c30e964f78b41cc3f48cc739911;p=gpgme.git 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. --- 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()