Merge pull request #1126 from metalefty/strict-locations
configure: set default value for enable_strict_locations
This commit is contained in:
commit
a1576ccbf7
@ -328,7 +328,8 @@ AC_SUBST([moduledir], '${libdir}/xrdp')
|
|||||||
AC_ARG_ENABLE([strict-locations],
|
AC_ARG_ENABLE([strict-locations],
|
||||||
[AS_HELP_STRING([--enable-strict-locations],
|
[AS_HELP_STRING([--enable-strict-locations],
|
||||||
[Use standard Autoconf install directories unless overridden
|
[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
|
if test "x$enable_strict_locations" != "xyes"; then
|
||||||
sysconfdir="/etc";
|
sysconfdir="/etc";
|
||||||
|
Loading…
Reference in New Issue
Block a user