diff options
-rw-r--r-- | doc/gpgrt.texi | 4 | ||||
-rw-r--r-- | src/gpg-error.m4 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/gpgrt.texi b/doc/gpgrt.texi index 53beef8..857973a 100644 --- a/doc/gpgrt.texi +++ b/doc/gpgrt.texi @@ -275,8 +275,8 @@ you are cross-compiling, it is useful to set the environment variable then first look for the helper program in the @file{bin} directory below that top directory. An absolute directory name must be used for @code{SYSROOT}. Finally, if the configure command line option -@code{--with-gpg-error-prefix} is used, only its value is used for the top -directory below which the helper script is expected. +@code{--with-libgpg-error-prefix} is used, only its value is used for +the top directory below which the helper script is expected. @end defmac diff --git a/src/gpg-error.m4 b/src/gpg-error.m4 index 1661204..60c88d8 100644 --- a/src/gpg-error.m4 +++ b/src/gpg-error.m4 @@ -100,7 +100,7 @@ AC_DEFUN([AM_PATH_GPG_ERROR], *** The config script $GPG_ERROR_CONFIG was *** built for $gpg_error_config_host and thus may not match the *** used host $host. -*** You may want to use the configure option --with-gpg-error-prefix +*** You may want to use the configure option --with-libgpg-error-prefix *** to specify a matching config script or use \$SYSROOT. ***]]) gpg_config_script_warn="$gpg_config_script_warn libgpg-error" |