aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Schulte <[email protected]>2003-10-11 18:46:12 +0000
committerMoritz Schulte <[email protected]>2003-10-11 18:46:12 +0000
commit9b8b30f5aef3f438fbd50986ebf17b1b913db5f3 (patch)
tree98b6b6f67524ef43f4c6d9bdc45f402f1bdd0002
parentPrepare development of next release. (diff)
downloadlibgpg-error-9b8b30f5aef3f438fbd50986ebf17b1b913db5f3.tar.gz
libgpg-error-9b8b30f5aef3f438fbd50986ebf17b1b913db5f3.zip
2003-10-11 Moritz Schulte <[email protected]>
* src/gpg-error.m4: Do not ask gpg-error-config to change the prefix, if --with-gpg-error-prefix=... is used.
-rw-r--r--ChangeLog5
-rw-r--r--src/gpg-error.m41
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b33238..0b73552 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-10-11 Moritz Schulte <[email protected]>
+
+ * src/gpg-error.m4: Do not ask gpg-error-config to change the
+ prefix, if --with-gpg-error-prefix=... is used.
+
2003-10-06 Marcus Brinkmann <[email protected]>
Released 0.5.
diff --git a/src/gpg-error.m4 b/src/gpg-error.m4
index f76568b..931630b 100644
--- a/src/gpg-error.m4
+++ b/src/gpg-error.m4
@@ -10,7 +10,6 @@ AC_DEFUN(AM_PATH_GPG_ERROR,
[prefix where GPG Error is installed (optional)]),
gpg_error_config_prefix="$withval", gpg_error_config_prefix="")
if test x$gpg_error_config_prefix != x ; then
- gpg_error_config_args="$gpg_error_config_args --prefix=$gpg_error_config_prefix"
if test x${GPG_ERROR_CONFIG+set} != xset ; then
GPG_ERROR_CONFIG=$gpg_error_config_prefix/bin/gpg-error-config
fi