summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-05-21 15:42:18 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-05-21 15:42:18 +0200
commit4136f61dbd4325a636b513513ee7c8f2cbbd3cef (patch)
treee11f24718bb944206bbc2d27c24974167510801b /configure.ac
parentb0b62cb3270b842c1fbe37c8a29a02ac85b09d00 (diff)
downloadabrt-4136f61dbd4325a636b513513ee7c8f2cbbd3cef.tar.gz
abrt-4136f61dbd4325a636b513513ee7c8f2cbbd3cef.tar.xz
abrt-4136f61dbd4325a636b513513ee7c8f2cbbd3cef.zip
remove "rename(DEBUG_DUMPS_DIR_OLD, DEBUG_DUMPS_DIR)" compat kludge
It causes selinux problems by itself. Even though we ovn both dirs, attempting to move them is not allowed... Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 75860a9d..6f82e01f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,7 +61,6 @@ PLUGINS_CONF_DIR='${sysconfdir}/${PACKAGE_NAME}/plugins'
PLUGINS_LIB_DIR='${libdir}/${PACKAGE_NAME}'
ENABLE_SOCKET_OR_DBUS='-DENABLE_DBUS=1'
-DEBUG_DUMPS_DIR_OLD='${localstatedir}/cache/${PACKAGE_NAME}'
DEBUG_DUMPS_DIR='${localstatedir}/spool/${PACKAGE_NAME}'
DEBUG_INFO_DIR='${localstatedir}/cache/${PACKAGE_NAME}-di'
@@ -91,7 +90,6 @@ AC_SUBST(CONF_DIR)
AC_SUBST(VAR_RUN)
AC_SUBST(PLUGINS_CONF_DIR)
AC_SUBST(PLUGINS_LIB_DIR)
-AC_SUBST(DEBUG_DUMPS_DIR_OLD)
AC_SUBST(DEBUG_DUMPS_DIR)
AC_SUBST(DEBUG_INFO_DIR)
AC_SUBST(DL_LIBS, -ldl)