2003-07-23 Marcus Brinkmann <marcus@g10code.de>
* 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.
This commit is contained in:
parent
c605cb3b77
commit
7ab89d8d6c
@ -1,3 +1,9 @@
|
||||
2003-07-23 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* 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 <marcus@g10code.de>
|
||||
|
||||
* engine-gpgsm.c (set_recipients): Move declaration of NEWLEN to
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user