blob: 273e87a18e0dfb8d0a29cce0fa5588f2827cf3cd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- libmutt/configure.orig Wed Feb 19 03:57:44 2003
+++ libmutt/configure Wed Feb 19 03:58:16 2003
@@ -9873,7 +9873,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"
|