freebsd-ports/net-p2p/ctorrent/files/patch-configure
Alexander Leidinger d77249ca37 - fix OpenSSL handling
- add SIZE
- fix a minor configure warning

PR:		64389
Submitted by:	marius
Reminded by:	marius
Approved by:	maintainer
2004-07-02 10:03:36 +00:00

41 lines
863 B
Text

--- configure.orig Sun Feb 1 07:15:43 2004
+++ configure Fri Feb 13 03:04:21 2004
@@ -2851,7 +2851,7 @@
int
main ()
{
-SHA1_Init ();
+XXXSHA1_Init ();
;
return 0;
}
@@ -2915,7 +2915,7 @@
int
main ()
{
-SHA1_Init ();
+XXXSHA1_Init ();
;
return 0;
}
@@ -3814,13 +3814,13 @@
echo "${ECHO_T}$ac_cv_header_openssl_sha_h" >&6
fi
-if test $ac_cv_header_openssl_sha_h = yes; then
- :
-else
- { { echo "$as_me:$LINENO: error: Error, OpenSSL header file sha.h not found." >&5
-echo "$as_me: error: Error, OpenSSL header file sha.h not found." >&2;}
- { (exit 1); exit 1; }; }
-fi
+#if test $ac_cv_header_openssl_sha_h = yes; then
+# :
+#else
+# { { echo "$as_me:$LINENO: error: Error, OpenSSL header file sha.h not found." >&5
+#echo "$as_me: error: Error, OpenSSL header file sha.h not found." >&2;}
+# { (exit 1); exit 1; }; }
+#fi