summaryrefslogtreecommitdiff
path: root/src/gpgrt-config.in
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2021-02-16 12:06:32 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2021-02-16 12:06:32 +0900
commited3cd20de8d3eab92dd8fff02bcc214c55d08398 (patch)
tree94b240fd06c74ea636404e238c5d89e672f8f9f5 /src/gpgrt-config.in
parent28a21addc2e30b0756cdc6774c79f69070df8829 (diff)
downloadlibgpg-error-ed3cd20de8d3eab92dd8fff02bcc214c55d08398.tar.gz
build: Fix gpgrt-config.
* src/gpgrt-config.in: Remove delimiter variable. -- Fixes-commit: 7b81ec272b0c54ac893c09be4715b76e84c27b23 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'src/gpgrt-config.in')
-rw-r--r--src/gpgrt-config.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/gpgrt-config.in b/src/gpgrt-config.in
index a7dc672..0fe14e8 100644
--- a/src/gpgrt-config.in
+++ b/src/gpgrt-config.in
@@ -1,5 +1,5 @@
#!@INSTALLSHELLPATH@
-# Copyright (C) 2018 g10 Code GmbH
+# Copyright (C) 2018, 2021 g10 Code GmbH
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
@@ -517,7 +517,6 @@ libs=""
mtcflags=""
mtlibs=""
-delimiter=" "
output=""
mt="no"
@@ -543,8 +542,6 @@ while test $# -gt 0; do
--version)
# In future, use --modversion instead.
want_attr=Version
- delimiter="
-"
;;
--api-version)
# In future, use --variable=api_version instead.
@@ -561,8 +558,6 @@ while test $# -gt 0; do
#### pkg-config incompatible options: end
--modversion)
want_attr=Version
- delimiter="
-"
;;
--exists)
want_exists=yes