2003-07-23 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Mon, 28 Jul 2003 12:09:04 +0000 (12:09 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Mon, 28 Jul 2003 12:09:04 +0000 (12:09 +0000)
* 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
gpgme/gpgme-config.in

index a483650e131a0c8c4d281d90f9086ebeaa9dcb2d..352aa9863c34c8aca7443231315da79b4c5a42cd 100644 (file)
@@ -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
index fb7a6d700f56185fc9099c19079ac1ae6362708d..abb6a179fdf6764d4c2251122f32f19274da910e 100644 (file)
@@ -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()