configure: set default value for enable_strict_locations

This change prints yes or no to configure summary introduced in #1118.
This commit is contained in:
Koichiro IWAO 2018-05-10 18:28:34 +09:00
parent 0f89820351
commit 9d8816b41b
No known key found for this signature in database
GPG Key ID: 9F72CDBC01BF10EB
1 changed files with 2 additions and 1 deletions

View File

@ -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";