summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-10-30 19:17:10 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-10-30 19:17:10 +0100
commit276a9017d63445dd322f9a93ff34e67cbdf97dc9 (patch)
treebe5d38eaa1aeaefe49966ea280e6e8d13e6ec2ce /configure.ac
parentb4e0ad1ef24fd49bcd5cdd1b6f1dd69768036e07 (diff)
downloadabrt-276a9017d63445dd322f9a93ff34e67cbdf97dc9.tar.gz
abrt-276a9017d63445dd322f9a93ff34e67cbdf97dc9.tar.xz
abrt-276a9017d63445dd322f9a93ff34e67cbdf97dc9.zip
lib/Plugins/Logger: much more sane dump format; fix misdetection of text files
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index dcbb57c9..f4242338 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,10 +39,6 @@ AC_CHECK_HEADER([libtar.h], [],
AC_CHECK_HEADER([sys/inotify.h], [],
[AC_MSG_ERROR([sys/inotify.h is needed to build abrt])])
-AC_CHECK_HEADER([magic.h], [],
- [AC_MSG_ERROR([magic.h is needed to build abrt])])
-
-
CONF_DIR='${sysconfdir}/${PACKAGE_NAME}'
VAR_RUN='${localstatedir}/run'
PLUGINS_CONF_DIR='${sysconfdir}/${PACKAGE_NAME}/plugins'