summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2018-01-22 17:10:45 +0000
committerSimon McVittie <smcv@debian.org>2018-01-22 18:27:20 +0000
commitf30dd014fae061bf5572c8977b5ebdcb6ce9a7b9 (patch)
tree58ad2cdd4b8f98f443a109648c41e49e09405818
parentb031d671abde479facccd9da2e08e33922c9fc74 (diff)
downloaddbus-glib-f30dd014fae061bf5572c8977b5ebdcb6ce9a7b9.tar.gz
Remove remnants of --with-introspect-xml option
Signed-off-by: Simon McVittie <smcv@debian.org>
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 3d9446a..8be7f30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,10 +51,6 @@ AC_ARG_ENABLE(gcov, AS_HELP_STRING([--enable-gcov],[compile with coverage profil
AC_ARG_ENABLE(bash-completion, AS_HELP_STRING([--enable-bash-completion],[install bash completion scripts]),enable_bash_completion=$enableval,enable_bash_completion=yes)
AC_ARG_WITH(test-socket-dir, AS_HELP_STRING([--with-test-socket-dir=[dirname]],[Where to put sockets for make check]))
-
-AC_ARG_WITH(introspect-xml, AS_HELP_STRING([--with-introspect-xml=[filename]],[Pass in a pregenerated dbus daemon introspection xml file (as generated by 'dbus-daemon --introspect') to use instead of querying the installed dbus daemon]))
-
-
AM_CONDITIONAL(DBUS_BASH_COMPLETION, test x$enable_bash_completion = xyes)
if test x$enable_bash_completion = xyes; then
AC_DEFINE(DBUS_BASH_COMPLETION,1,[Enable bash completion])