mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
20 lines
722 B
Plaintext
20 lines
722 B
Plaintext
--- libmutt/configure.orig Mon Mar 24 16:18:17 2003
|
|
+++ libmutt/configure Wed Mar 26 12:22:07 2003
|
|
@@ -7627,6 +7627,7 @@
|
|
|
|
# This can be used to rebuild libtool when needed
|
|
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
|
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
|
|
|
# Always use our own libtool.
|
|
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
@@ -10514,7 +10515,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"
|