summaryrefslogtreecommitdiff
path: root/chat/ysm/patches/patch-configure
blob: ac6629525705078a110fa132c376be01c4acb9db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-configure,v 1.1 2011/11/05 23:21:21 wiz Exp $

Fix unportable test(1) construct.

--- configure.orig	2011-11-05 23:15:54.000000000 +0000
+++ configure
@@ -4250,7 +4250,7 @@ fi
 
 # final checks
 
-if test "$vl_cv_lib_readline" == "no"; then
+if test "$vl_cv_lib_readline" = "no"; then
 	# are we using getline instead? do we have threads?
 	if test "$pthread_libs"; then
 		CMDOBJS="cmdline/getline.o $CMDOBJS"