summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-03-12 21:43:07 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-03-12 21:43:07 +0000
commit118d58046f5dbf1f539e997d4d1e339422582f4c (patch)
tree4a6ccfc337bb940098c28fbca3a5f4b2f21c7d9e /acinclude.m4
parent6bfa88d706cc57a0c975c980dabec5d8ed67dcc0 (diff)
Remove the transfer service skeleton since it is useless
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m413
1 files changed, 0 insertions, 13 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 2e0c58c5..79c72825 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -107,12 +107,6 @@ AC_DEFUN([AC_PATH_GMODULE], [
AC_SUBST(GMODULE_LIBS)
])
-AC_DEFUN([AC_PATH_OPENOBEX], [
- PKG_CHECK_MODULES(OPENOBEX, openobex > 1.1, openobex_found=yes, openobex_found=no)
- AC_SUBST(OPENOBEX_CFLAGS)
- AC_SUBST(OPENOBEX_LIBS)
-])
-
AC_DEFUN([AC_PATH_OPENSYNC], [
PKG_CHECK_MODULES(OPENSYNC, glib-2.0 opensync-1.0 osengine-1.0, opensync_found=yes, opensync_found=no)
AC_SUBST(OPENSYNC_CFLAGS)
@@ -176,7 +170,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
hal_enable=${hal_found}
usb_enable=${usb_found}
alsa_enable=${alsa_found}
- obex_enable=${openobex_found}
glib_enable=no
gstreamer_enable=${gstreamer_found}
audio_enable=yes
@@ -216,7 +209,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
AC_ARG_ENABLE(all, AC_HELP_STRING([--enable-all], [enable all extra options below]), [
dbus_enable=${enableval}
- obex_enable=${enableval}
alsa_enable=${enableval}
hcid_enable=${enableval}
sdpd_enable=${enableval}
@@ -253,10 +245,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
alsa_enable=${enableval}
])
- AC_ARG_ENABLE(obex, AC_HELP_STRING([--enable-obex], [enable OBEX support]), [
- obex_enable=${enableval}
- ])
-
AC_ARG_ENABLE(glib, AC_HELP_STRING([--enable-glib], [enable GLib support]), [
glib_enable=${enableval}
])
@@ -395,7 +383,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
AM_CONDITIONAL(USB, test "${usb_enable}" = "yes" && test "${usb_found}" = "yes")
AM_CONDITIONAL(SBC, test "${alsa_enable}" = "yes" || test "${gstreamer_enable}" = "yes")
AM_CONDITIONAL(ALSA, test "${alsa_enable}" = "yes" && test "${alsa_found}" = "yes")
- AM_CONDITIONAL(OBEX, test "${obex_enable}" = "yes" && test "${openobex_found}" = "yes")
AM_CONDITIONAL(GSTREAMER, test "${gstreamer_enable}" = "yes" && test "${gstreamer_found}" = "yes")
AM_CONDITIONAL(AUDIOSERVICE, test "${audio_enable}" = "yes")
AM_CONDITIONAL(INPUTSERVICE, test "${input_enable}" = "yes")