forked from Lainports/freebsd-ports
11 lines
494 B
Text
11 lines
494 B
Text
--- 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"
|