summaryrefslogtreecommitdiff
path: root/comms/openobex/files/patch-configure.in
blob: 5db48999a68e7c39bc5bb5f786fcce88fc12a424 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- configure.in.orig	Wed Oct  1 13:17:13 2003
+++ configure.in	Sat Nov 20 03:25:29 2004
@@ -39,12 +39,12 @@
 
 IRDA_CHECK
 BLUETOOTH_CHECK
+FREEBSD_BLUETOOTH_CHECK
 
 dnl Configure debug facilities
 AC_ARG_WITH(debug,[  --with-debug=level      Debug level],
 	debug_level="$withval", debug_level="")
 
-CFLAGS="-O2"
 if test "$debug_level" != ""; then
 	AC_DEFINE_UNQUOTED([OBEX_DEBUG],$debug_level, [debug level])
 	CFLAGS="-g -O1"