diff options
author | Moritz Schulte <[email protected]> | 2003-10-11 18:46:12 +0000 |
---|---|---|
committer | Moritz Schulte <[email protected]> | 2003-10-11 18:46:12 +0000 |
commit | 9b8b30f5aef3f438fbd50986ebf17b1b913db5f3 (patch) | |
tree | 98b6b6f67524ef43f4c6d9bdc45f402f1bdd0002 | |
parent | Prepare development of next release. (diff) | |
download | libgpg-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-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/gpg-error.m4 | 1 |
2 files changed, 5 insertions, 1 deletions
@@ -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 |