summaryrefslogtreecommitdiff
path: root/mail/balsa/patches/patch-ab
blob: 96f9c0fbfe464e26687dc90fca5015812600d84a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.7 2003/04/26 03:09:31 rh Exp $

--- libmutt/configure.orig	2003-04-26 12:23:33.000000000 +1000
+++ libmutt/configure
@@ -10514,7 +10514,7 @@ if test "${with_ssl+set}" = set; then
 echo "$as_me: error: SSL support is only for IMAP, but IMAP is not enabled" >&2;}
    { (exit 1); exit 1; }; }
 	  fi
-          if pkg-config openssl >& /dev/null; then
+          if pkg-config openssl > /dev/null 2>&1 ; then
 	     echo here
              LDFLAGS="$LIBS `pkg-config --libs openssl`"
              CPPFLAGS="`pkg-config --cflags-only-I openssl` $CPPFLAGS"