blob: c6f3f7864b51e0acefae6b3b01c0c7c5e17c8c78 (
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.1.1.1 2011/02/06 08:32:06 jnemeth Exp $
--- configure.orig 2011-02-06 01:41:29.000000000 +0000
+++ configure
@@ -26914,7 +26914,7 @@ fi
done
-if test "${build}" == "${host}"
+if test "${build}" = "${host}"
then
for ac_header in X11/X.h
@@ -28544,7 +28544,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLA
ac_compiler_gnu=$ac_cv_c_compiler_gnu
-if test "${build}" == "${host}"
+if test "${build}" = "${host}"
then
case "${host}" in
x86_64-*)
|