blob: 19258441076f30b9a09fd87ba5b01b60f10afdef (
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-ab,v 1.2 2007/04/09 01:15:05 wiz Exp $
--- configure.orig 2007-02-25 12:06:14.000000000 +0000
+++ configure
@@ -20397,7 +20397,7 @@ fi
if test x$build_swift != xno ; then
- if test x$with_swift_dir == x ; then
+ if test x$with_swift_dir = x ; then
# Check default location /opt/swift
with_swift_dir="/opt/swift"
fi
@@ -20455,7 +20455,7 @@ fi
if test x$build_theta != xno ; then
- if test x$with_theta_dir == x ; then
+ if test x$with_theta_dir = x ; then
# Check default location /opt/theta
with_theta_dir="/opt/theta"
fi
|