From eaaeaa7e00c3d4bfa792cc4d3c6770dc1e28ef0c Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Fri, 21 Nov 2014 15:22:24 +0100 Subject: Fix KRB5_CONF_PATH Currently a shell/Makefile variable is used in the definition of KRB5_CONF_PATH for C code. This patch replaces it with a complier macro. Reviewed-by: Jakub Hrozek --- src/conf_macros.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/conf_macros.m4') diff --git a/src/conf_macros.m4 b/src/conf_macros.m4 index fbee81f56..df9d1ddf8 100644 --- a/src/conf_macros.m4 +++ b/src/conf_macros.m4 @@ -353,7 +353,7 @@ AC_DEFUN([WITH_KRB5_CONF], ] ) - KRB5_CONF_PATH="${sysconfdir}/krb5.conf" + KRB5_CONF_PATH="\"SYSCONFDIR\"/krb5.conf" if test x"$with_krb5_conf" != x; then KRB5_CONF_PATH=$with_krb5_conf fi -- cgit