mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 00:34:18 +01:00
configure: fix ENABLE_FHS_PATHS being enabled when it shouldn't
This commit is contained in:
parent
e64c51e71c
commit
34a33a07d0
1 changed files with 0 additions and 7 deletions
|
@ -572,13 +572,6 @@ dnl Installation Layout
|
|||
dnl
|
||||
|
||||
PKG_PROG_PKG_CONFIG
|
||||
dnl use directory structure of cached as default (hack)
|
||||
if test "$libexecdir" = '${exec_prefix}/libexec' &&
|
||||
test "$localstatedir" = '${prefix}/var'; then
|
||||
libexecdir='${bindir}'
|
||||
localstatedir='${prefix}'
|
||||
fi
|
||||
|
||||
|
||||
if test "$prefix" = "NONE"; then
|
||||
AC_DEFINE_UNQUOTED(RB_PREFIX, "$ac_default_prefix", [Prefix where librb is installed.])
|
||||
|
|
Loading…
Reference in a new issue