summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2019-08-02 21:25:39 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2019-08-05 13:21:36 +0200
commit05ec1133252ffe13af1d3607f0662782b93df419 (patch)
tree1e919e136feefaf5787503c65cbbe4c5aaa162fa /configure.ac
parent252540a79285e886bfdf0f1688da919cd0565743 (diff)
downloadgnutls-05ec1133252ffe13af1d3607f0662782b93df419.tar.gz
configure: AS_HELP_STRING cannot print variables; don't try
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b31fa2c1ac..6a1d3dbc5c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -647,7 +647,7 @@ AC_DEFINE_UNQUOTED([UNBOUND_ROOT_KEY_FILE],
system_config_file="/etc/gnutls/config"
AC_ARG_WITH(system-priority-file, AS_HELP_STRING([--with-system-priority-file],
- [specify the system-wide config file (set empty to disable; default is $config)]),
+ [specify the system-wide config file (set empty to disable)]),
system_config_file="$withval"
)