summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-14 16:04:22 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-14 16:04:22 +0200
commit468975ca3394933b7919d7d83edfe701c914bd36 (patch)
tree7544b3acd2902abbe8e327bf8f2972ff146c24d9 /configure.ac
parent648a9cd08da32494227c4d36a4401fd877d6e03a (diff)
downloadabrt-468975ca3394933b7919d7d83edfe701c914bd36.tar.gz
abrt-468975ca3394933b7919d7d83edfe701c914bd36.tar.xz
abrt-468975ca3394933b7919d7d83edfe701c914bd36.zip
moake one sfunction static; style fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3e5faf1c..ff427536 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,7 @@ AC_CHECK_HEADER([sys/inotify.h], [],
AC_CHECK_HEADER([magic.h], [],
[AC_MSG_ERROR([magic.h is needed to build abrt])])
-
+
CONF_DIR='${sysconfdir}/${PACKAGE_NAME}'
VAR_RUN='${localstatedir}/run'