summaryrefslogtreecommitdiff
blob: 9bcbfe92ee0adb2856e75ed231c83e880781b50e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Prefix' Darwin systems are single arch, hijack Darwin7 case which assumes this setup
Check for bluetooth/mgmt.h before use

--- a/configure.ac
+++ b/configure.ac
@@ -1271,7 +1267,7 @@
 	if test "$enable_universal" != "no"; then
 		case "$host_os" in
 
-		darwin[0-7].*)
+		darwin**)
 			#
 			# Pre-Tiger.  Build only for 32-bit PowerPC; no
 			# need for any special compiler or linker flags.