summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2011-03-16 18:08:30 +0100
committerKarel Klic <kklic@redhat.com>2011-03-16 18:08:30 +0100
commit84311982e3c0955851ff1590b72b446bd929dbdf (patch)
tree5173343c8a6b949e04c0e7381cb9154344aa4da0
parent4aea781656bfc884b43e0de6e6a8ac410aa5fd3e (diff)
downloadabrt-84311982e3c0955851ff1590b72b446bd929dbdf.tar.gz
abrt-84311982e3c0955851ff1590b72b446bd929dbdf.tar.xz
abrt-84311982e3c0955851ff1590b72b446bd929dbdf.zip
Remove deprecated ENABLE_SOCKET_OR_DBUS configuration option
-rw-r--r--configure.ac12
-rw-r--r--src/cli/Makefile.am1
-rw-r--r--src/daemon/Makefile.am1
3 files changed, 0 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac
index 39faaac7..d1b867fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -91,18 +91,6 @@ AC_ARG_WITH(debuginfosdir,
[Directory where debuginfo is stored])],
[DEBUG_INFO_DIR="$withval"])
-
-AC_ARG_ENABLE(socket,
- [AC_HELP_STRING([--enable-socket],
- [Enable socket communication. Disable DBus communication])],
- [ENABLE_SOCKET_OR_DBUS='-DENABLE_SOCKET=1'])
-
-AC_ARG_ENABLE(dbus,
- [AC_HELP_STRING([--enable-dbus],
- [Enable DBus communication. Disable socket communication @<:@default@:>@])],
- [ENABLE_SOCKET_OR_DBUS='-DENABLE_DBUS=1'])
-
-AC_SUBST(ENABLE_SOCKET_OR_DBUS)
AC_SUBST(CONF_DIR)
AC_SUBST(VAR_RUN)
AC_SUBST(PLUGINS_CONF_DIR)
diff --git a/src/cli/Makefile.am b/src/cli/Makefile.am
index ff6cd590..bf3ee065 100644
--- a/src/cli/Makefile.am
+++ b/src/cli/Makefile.am
@@ -10,7 +10,6 @@ abrt_cli_CPPFLAGS = \
-DVAR_RUN=\"$(VAR_RUN)\" \
-DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" \
-DPLUGINS_CONF_DIR=\"$(PLUGINS_CONF_DIR)\" \
- $(ENABLE_SOCKET_OR_DBUS) \
$(DBUS_CFLAGS) $(GLIB_CFLAGS) \
-D_GNU_SOURCE \
-Wall -Wwrite-strings -Werror
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index 4c48ceb9..d5549200 100644
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
@@ -28,7 +28,6 @@ abrtd_CPPFLAGS = \
-DLIBEXEC_DIR=\"$(LIBEXEC_DIR)\" \
$(GLIB_CFLAGS) \
$(DBUS_CFLAGS) \
- $(ENABLE_SOCKET_OR_DBUS) \
-D_GNU_SOURCE \
-Wall -Wwrite-strings
abrtd_LDADD = \