summaryrefslogtreecommitdiff
path: root/sysutils/radmind/patches/patch-af
blob: 2926e3e4dda8261df25c3a29e960ec114a29b398 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-af,v 1.1 2006/10/05 02:49:59 rillig Exp $

--- configure.orig	2006-10-05 04:38:33.000000000 +0200
+++ configure	2006-10-05 04:40:07.000000000 +0200
@@ -5039,7 +5039,7 @@ fi;
 			break;
 		fi
 	done
-	if test x_$found_zlib == x_yes; then
+	if test x_$found_zlib = x_yes; then
 		if test "$dir" != "/usr"; then
 			CPPFLAGS="$CPPFLAGS -I$zlibdir/include";
 			LDFLAGS="$LDFLAGS -L$zlibdir/lib";