blob: 5db5237b966c2832c0db609e76d40705bd545d9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.3 2007/02/22 20:35:35 wiz Exp $
--- configure.orig 2006-10-05 16:57:31.000000000 +0000
+++ configure
@@ -3437,7 +3437,7 @@ cat <<EOF >conftest.c
int conftest(void){return 0;}
EOF
${CXX} -xar -o conftest.a conftest.c >/dev/null 2>&1
-if test $? == 0; then
+if test $? = 0; then
ar_to_use="\$(CXX) -xar -o"
else
ar_to_use="\$(AR) cru"
|