blob: d937f81453a152b050cc2d88e160959a82590a32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.2 2004/03/31 12:37:00 recht Exp $
--- libmutt/configure.orig 2004-03-29 00:00:08.000000000 +0200
+++ libmutt/configure 2004-03-31 14:07:35.000000000 +0200
@@ -10512,7 +10512,7 @@
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"
|