]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
configure: AS_HELP_STRING cannot print variables; don't try
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 2 Aug 2019 19:25:39 +0000 (21:25 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 5 Aug 2019 11:21:36 +0000 (13:21 +0200)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
configure.ac

index b31fa2c1ac187206c1bbb74f69f52a5302246295..6a1d3dbc5cbd6af2cea9ecf248172fccc957e50f 100644 (file)
@@ -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"
 )