diff options
Diffstat (limited to 'src/gpg-error.m4')
-rw-r--r-- | src/gpg-error.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
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 |