summaryrefslogtreecommitdiff
path: root/mail/imapproxy/patches/patch-bb
blob: d9b382a1190e1dfb473ad81f132c702e9016add4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-bb,v 1.1 2010/03/22 08:10:37 manu Exp $
--- configure.orig	2010-03-21 22:20:49.000000000 +0100
+++ configure	2010-03-21 22:21:13.000000000 +0100
@@ -3418,9 +3418,9 @@
 else
    curses_found=no
 fi
 
-if test "$curses_found" == no; then
+if test "$curses_found" = no; then
   echo "$as_me:$LINENO: checking for initscr in -lncurses" >&5
 echo $ECHO_N "checking for initscr in -lncurses... $ECHO_C" >&6
 if test "${ac_cv_lib_ncurses_initscr+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6