1 $NetBSD: patch-ab,v 1.2 2007/04/09 01:15:05 wiz Exp $
3 --- configure.orig 2008-11-16 17:25:05.000000000 +0100
5 @@ -12133,7 +12133,7 @@ fi
8 if test x$build_swift != xno ; then
9 - if test x$with_swift_dir == x ; then
10 + if test x$with_swift_dir = x ; then
11 # Check default location /opt/swift
12 with_swift_dir="/opt/swift"
14 @@ -12189,7 +12189,7 @@ fi
17 if test x$build_theta != xno ; then
18 - if test x$with_theta_dir == x ; then
19 + if test x$with_theta_dir = x ; then
20 # Check default location /opt/theta
21 with_theta_dir="/opt/theta"