0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-14 07:58:22 +02:00

configure: fix ENABLE_FHS_PATHS being enabled when it shouldn't

This commit is contained in:
William Pitcock 2016-07-30 21:25:34 -05:00
parent e64c51e71c
commit 34a33a07d0

View file

@ -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.])