summaryrefslogtreecommitdiff
path: root/sysutils/mbmon/files/patch-configure
blob: 7bd6af8d22b460b732789a6a77ec1439fe55193f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$FreeBSD$

--- configure	Fri Aug 13 10:22:18 2004
+++ configure	Fri Dec 30 23:37:25 2005
@@ -3486,7 +3486,7 @@
 
 
 case "${host}" in
-	i?86-*-freebsd*)
+	i?86-*-freebsd* | amd64-*-freebsd*)
   		CC=cc
 		;;
 	i?86-*-linux-*)
@@ -3946,7 +3946,7 @@
 done
 
 
-for ac_header in machine/smb.h
+for ac_header in dev/smbus/smb.h machine/smb.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 if eval "test \"\${$as_ac_Header+set}\" = set"; then