On Mon, 20 Jun 2011, Hendrik Sattler wrote:

> Zitat von Iain Hibbert <plu...@netbsd.org>:
>
> > ---
> >  acinclude.m4 |    2 ++
> >  1 files changed, 2 insertions(+), 0 deletions(-)
> >
> > diff --git a/acinclude.m4 b/acinclude.m4
> > index 7b67007..3da248a 100644
> > --- a/acinclude.m4
> > +++ b/acinclude.m4
> > @@ -309,10 +309,12 @@ AC_DEFUN([AC_ARG_OPENOBEX], [
> >
> >             if (test "${netbsdbt_cv_found}" = "yes"); then
> >                     AC_DEFINE(HAVE_BLUETOOTH_NETBSD, 1, [Define if system 
> > supports
> > Bluetooth stack for NetBSD])
> > +                   BLUETOOTH_LIBS="-lbluetooth"
> >             fi
> >
> >             if (test "${freebsdbt_cv_found}" = "yes"); then
> >                     AC_DEFINE(HAVE_BLUETOOTH_FREEBSD, 1, [Define if system 
> > supports
> > Bluetooth stack for FreeBSD])
> > +                   BLUETOOTH_LIBS="-lbluetooth"
> >             fi
> >
> >             if (test "${bluez_found}" = "yes"); then
>
> Do you want to adapt CMakeModules/FindBluetooth.cmake also? Or shall I do?

I noticed that the CMake configuration method does not work but I didn't
look into it yet (more than just the lack of library, I get compilation
errors from missing headers, perhaps lack of -I ?)

> Are there environments where the bluetooth _library_ is not installed?

Should not be, if the Bluetooth support was detected..

iain

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Openobex-users mailing list
Openobex-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/openobex-users

Reply via email to