summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-04-07 11:33:43 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-04-07 11:33:43 +0200
commit69ab6604b430de8771212dd252b83c9ba92cbf51 (patch)
treecbe0540bf21fa79c7daed2f61385d43506825189 /configure.ac
parent3b2ba3866806a65077d80d83b2ad96998bc48e75 (diff)
downloadgnutls-69ab6604b430de8771212dd252b83c9ba92cbf51.tar.gz
The "SYSTEM" initial keyword was replaced with the more generic "@KEYWORD"
The @KEYWORD string will open the pre-configured system priority file and will expand the KEYWORD, to the priority string set in the file. The file should have the following format: KEYWORD=PRIORITY_STRING
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 daa9bd9c6a..cb804631ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -349,7 +349,7 @@ AC_DEFINE_UNQUOTED([UNBOUND_ROOT_KEY_FILE],
AC_ARG_WITH(system-priority-file, AS_HELP_STRING([--with-system-priority-file],
[specify the system priority file]),
system_priority_file="$withval",
-system_priority_file="/etc/gnutls/default-priority"
+system_priority_file="/etc/gnutls/default-priorities"
)
AC_DEFINE_UNQUOTED([SYSTEM_PRIORITY_FILE],