configure: define ENABLE_FHS_PATHS if built with --enable-fhs-paths, this will disable the path relocation code
This commit is contained in:
parent
0d180487b4
commit
80a0125f36
1 changed files with 2 additions and 1 deletions
|
@ -121,7 +121,8 @@ AS_IF([test "x$enable_fhs_paths" = "xyes"],
|
|||
pkglibexecdir='${libexecdir}/${PACKAGE_TARNAME}'
|
||||
rundir=${rundir-'${prefix}/run'}
|
||||
pkgrundir='${rundir}/${PACKAGE_TARNAME}'
|
||||
pkglocalstatedir='${localstatedir}/${PACKAGE_TARNAME}'],
|
||||
pkglocalstatedir='${localstatedir}/${PACKAGE_TARNAME}'
|
||||
AC_DEFINE([ENABLE_FHS_PATHS], [1], [Uncomment if FHS pathnames are enabled])],
|
||||
[libexecdir='${bindir}'
|
||||
pkglibexecdir='${libexecdir}'
|
||||
rundir='${sysconfdir}'
|
||||
|
|
Loading…
Reference in a new issue