blob: 5a0cd425c8d9d499d72d52220181516eb8374284 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-aa,v 1.8 2003/01/10 04:30:18 rh Exp $
--- configure.orig Mon Jan 6 09:45:21 2003
+++ configure
@@ -1868,7 +1868,7 @@ fi
if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
- if test -z "$LD"; then
+ if true; then
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
for ac_dir in $PATH; do
test -z "$ac_dir" && ac_dir=.
@@ -6685,7 +6685,7 @@ EOF
usb_type=linux
msg_usb="yes, Linux"
;;
- *freebsd*)
+ *bsd*)
cat >> confdefs.h <<\EOF
#define HAVE_USB 1
EOF
|