[PATCH libgpg-error] Fix honoring --with-libgpg-error-prefix
Christian Aistleitner
christian at quelltextlich.at
Sun Oct 14 20:56:25 CEST 2012
* src/gpg-error.m4: Stop --with-gpg-error-prefix from resetting
gpg_error_config_prefix and thereby from ignoring
--with-libgpg-error-prefix.
---
src/gpg-error.m4 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/gpg-error.m4 b/src/gpg-error.m4
index f0b9f1f..092c9bb 100644
--- a/src/gpg-error.m4
+++ b/src/gpg-error.m4
@@ -27,7 +27,7 @@ AC_DEFUN([AM_PATH_GPG_ERROR],
dnl --with-libgpg-error-prefix above, for backwards compatibility,
dnl but do not document this old, inconsistently-named option.
AC_ARG_WITH(gpg-error-prefix,,
- gpg_error_config_prefix="$withval", gpg_error_config_prefix="")
+ gpg_error_config_prefix="$withval")
if test x$gpg_error_config_prefix != x ; then
if test x${GPG_ERROR_CONFIG+set} != xset ; then
--
1.7.8.6
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: Digital signature
URL: </pipermail/attachments/20121014/aa2a3e98/attachment.pgp>
More information about the Gnupg-devel
mailing list