diff options
| author | Marcus Brinkmann <[email protected]> | 2003-07-28 12:09:04 +0000 | 
|---|---|---|
| committer | Marcus Brinkmann <[email protected]> | 2003-07-28 12:09:04 +0000 | 
| commit | 7ab89d8d6c4c8c30e964f78b41cc3f48cc739911 (patch) | |
| tree | e82b44ca692798652a349a44c406480b5dff7c0d | |
| parent | 2003-07-22 Marcus Brinkmann <[email protected]> (diff) | |
| download | gpgme-7ab89d8d6c4c8c30e964f78b41cc3f48cc739911.tar.gz gpgme-7ab89d8d6c4c8c30e964f78b41cc3f48cc739911.zip | |
2003-07-23  Marcus Brinkmann  <[email protected]>
	* 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.
| -rw-r--r-- | gpgme/ChangeLog | 6 | ||||
| -rw-r--r-- | gpgme/gpgme-config.in | 4 | 
2 files changed, 8 insertions, 2 deletions
| diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog index a483650e..352aa986 100644 --- a/gpgme/ChangeLog +++ b/gpgme/ChangeLog @@ -1,3 +1,9 @@ +2003-07-23  Marcus Brinkmann  <[email protected]> + +	* 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  <[email protected]>  	* engine-gpgsm.c (set_recipients): Move declaration of NEWLEN to diff --git a/gpgme/gpgme-config.in b/gpgme/gpgme-config.in index fb7a6d70..abb6a179 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() | 
