summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2011-11-29 11:09:05 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2011-11-29 11:17:42 +0200
commit9a9f2376b59c451fa48d0fad3e6bbb448f57705c (patch)
tree5f395ed48cadbe5a43751e456a95aa1253ec8b0a /configure.ac
parent63fbfd2440ee08136c4b0d787bdda1e8cb88c80c (diff)
downloadobexd-9a9f2376b59c451fa48d0fad3e6bbb448f57705c.tar.gz
Remove dependency on OpenOBEX
Now that the server also uses gobex there is no need to depend on OpenOBEX anymore.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 962e2e7..fca284e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -89,11 +89,6 @@ AC_CHECK_LIB(dbus-1, dbus_connection_can_send_type, dummy=yes,
AC_SUBST(DBUS_CFLAGS)
AC_SUBST(DBUS_LIBS)
-PKG_CHECK_MODULES(OPENOBEX, openobex, dummy=yes,
- AC_MSG_ERROR(libopenobex is required))
-AC_SUBST(OPENOBEX_CFLAGS)
-AC_SUBST(OPENOBEX_LIBS)
-
PKG_CHECK_MODULES(BLUEZ, bluez, dummy=yes,
AC_MSG_ERROR(libbluetooth is required))
AC_SUBST(BLUEZ_CFLAGS)