configure: set default value for enable_strict_locations

This change prints yes or no to configure summary introduced in #1118.
master
Koichiro IWAO 6 years ago
parent 0f89820351
commit 9d8816b41b
No known key found for this signature in database
GPG Key ID: 9F72CDBC01BF10EB

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

Loading…
Cancel
Save