gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnokii ChangeLog,1.712,1.713 configure.in,1.120,1.121


From: BORBELY Zoltan <address@hidden>
Subject: gnokii ChangeLog,1.712,1.713 configure.in,1.120,1.121
Date: Thu, 20 Nov 2003 21:10:36 +0000

Update of /cvsroot/gnokii/gnokii
In directory subversions:/tmp/cvs-serv11607

Modified Files:
        ChangeLog configure.in 
Log Message:
Bluetooth support on Mac OSX


Index: configure.in
===================================================================
RCS file: /cvsroot/gnokii/gnokii/configure.in,v
retrieving revision 1.120
retrieving revision 1.121
diff -C2 -d -r1.120 -r1.121
*** configure.in        20 Sep 2003 19:46:51 -0000      1.120
--- configure.in        20 Nov 2003 21:10:29 -0000      1.121
***************
*** 245,248 ****
--- 245,275 ----
  fi
  
+ 
+ dnl ======================== Checks for MacOSX Bluetooth support
+ 
+ AC_MSG_CHECKING([for the MacOS X bluetooth support])
+ echo
+ AC_CHECK_HEADERS(CoreFoundation/CoreFoundation.h)
+ AC_CHECK_HEADERS(IOBluetooth/Bluetooth.h)
+ AC_CHECK_HEADERS(IOBluetooth/IOBluetoothUserLib.h)
+ AC_TRY_COMPILE([#include <CoreFoundation/CoreFoundation.h>
+                       #include <IOBluetooth/Bluetooth.h>
+                       #include <IOBluetooth/IOBluetoothUserLib.h>],
+ 
+                       [CFStringRef strDevice;
+                       strDevice = CFStringCreateWithCString(NULL, NULL, NULL);
+                       IOBluetoothNSStringToDeviceAddress(NULL, NULL);],
+ 
+               ac_cv_have_iobluetooth=yes,
+               ac_cv_have_iobluetooth=no)
+ 
+ if test $ac_cv_have_iobluetooth = yes; then
+       AC_DEFINE(HAVE_BLUETOOTH)
+       AC_DEFINE(HAVE_BLUETOOTH_MACOSX,[],[Compile on Darwin / Mac OSX])
+       USE_BLUETOOTH="yes"
+       LIBS="$LIBS $PTHREAD_LIBS -framework CoreFoundation -framework 
IOBluetooth -framework Foundation"
+ fi
+ 
+ 
  dnl ======================== Checks for X base support 
  

Index: ChangeLog
===================================================================
RCS file: /cvsroot/gnokii/gnokii/ChangeLog,v
retrieving revision 1.712
retrieving revision 1.713
diff -C2 -d -r1.712 -r1.713
*** ChangeLog   20 Nov 2003 20:58:38 -0000      1.712
--- ChangeLog   20 Nov 2003 21:10:29 -0000      1.713
***************
*** 10,13 ****
--- 10,15 ----
      o VC debug and release flags differs                    (Ender)
      o extern symbols marked                        (BORBELY Zoltan)
+     o Bluetooth support on Mac OSX
+                          (Olivier Kaloudoff, Siegfried Schloissnig)
   * translations updates
      o Estonian translation updated                  (Hans Motshärg)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]