aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg-error-config.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpg-error-config.in')
-rw-r--r--src/gpg-error-config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gpg-error-config.in b/src/gpg-error-config.in
index 4be0343..14f0625 100644
--- a/src/gpg-error-config.in
+++ b/src/gpg-error-config.in
@@ -74,6 +74,10 @@ while test $# -gt 0; do
fi
output="$output @GPG_ERROR_CONFIG_LIBS@"
;;
+ --host)
+ echo "@GPG_ERROR_CONFIG_HOST@"
+ exit 0
+ ;;
*)
usage 1 1>&2
;;