From 9d8816b41b4c3a7eb61a0e4fbbf058c67af07a4e Mon Sep 17 00:00:00 2001 From: Koichiro IWAO Date: Thu, 10 May 2018 18:28:34 +0900 Subject: [PATCH] configure: set default value for enable_strict_locations This change prints yes or no to configure summary introduced in #1118. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6abaa492..5bd0eb92 100644 --- a/configure.ac +++ b/configure.ac @@ -328,7 +328,8 @@ AC_SUBST([moduledir], '${libdir}/xrdp') AC_ARG_ENABLE([strict-locations], [AS_HELP_STRING([--enable-strict-locations], [Use standard Autoconf install directories unless overridden - (default: use /etc and /var)])]) + (default: use /etc and /var)])], + [], [enable_strict_locations=no]) if test "x$enable_strict_locations" != "xyes"; then sysconfdir="/etc";