source:
m4/ax_bluetooth.m4@
7500
Last change on this file since 7500 was 7042, checked in by , 15 years ago | |
---|---|
File size: 277 bytes |
Line | |
---|---|
1 | # SYNOPSIS |
2 | # |
3 | # AX_BLUETOOTH() |
4 | # |
5 | # DESCRIPTION |
6 | # |
7 | # Test for the Bluez Bluetooth library. The library is optional! |
8 | # |
9 | # LAST MODIFICATION |
10 | # |
11 | # 2009-07-13 |
12 | |
13 | AC_DEFUN([AX_BLUETOOTH], |
14 | [ |
15 | AC_CHECK_HEADERS(bluetooth/bluetooth.h,, ) |
16 | AC_CHECK_LIB([bluetooth],[sdp_connect],, ) |
17 | ]) |
Note:
See TracBrowser
for help on using the repository browser.