From 35ae470907557a9c5687606d1fca9a771d626c59 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 19 Mar 2015 22:18:32 -0500 Subject: [PATCH] define the correct variable for CONSTRAINT_CA from naddy@ --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e97c51d..538a380 100644 --- a/configure.ac +++ b/configure.ac @@ -223,7 +223,7 @@ AC_SUBST(PRIVSEP_USER) AC_ARG_WITH(cacert, [ --with-cacert=path CA certificate location for HTTPS constraint validation], - [ AC_DEFINE_UNQUOTED(NTPD_USER, "$withval", + [ AC_DEFINE_UNQUOTED(CONSTRAINT_CA, "$withval", [CA certificate path]) CONSTRAINT_CA=$withval ], [ CONSTRAINT_CA=/etc/ssl/certs/ca-certificates.crt ]