diff options
-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 |