Am Donnerstag, 30. Juni 2011, 17:57:18 schrieb plu...@netbsd.org: > -dnl > -dnl Check for Bluetooth SDP library > -dnl Waring: the AC_TRY_COMPILE won't work with -Werror > -dnl > - > -AC_DEFUN([SDPLIB_CHECK],[ > - AC_MSG_CHECKING(for Bluetooth SDP support) > - > - AC_TRY_COMPILE( [ > - #include <bluetooth/sdp.h> > - ],[ > - sdp_list_t sdplist; > - ], > - am_cv_sdplib_found=yes, > - am_cv_sdplib_found=no > - ) > - > - if test $am_cv_sdplib_found = yes; then > - AC_DEFINE(HAVE_SDPLIB,1,[Define if system supports Bluetooth > SDP]) > - > + if test "${bsdsdp_found}" = "yes" -o "${bluezsdp_found}" = "yes"; then > + AC_DEFINE([HAVE_SDP], [1], [Define if system supports Bluetooth Service > Discovery]) fi > - > - AC_MSG_RESULT($am_cv_sdplib_found) > +fi > ])
This results in checking for BlueZ Service Discovery support... ../configure: line 13598: SDPLIB_CHECK: command not found HS ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Openobex-users mailing list Openobex-users@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/openobex-users