d77249ca37
- add SIZE - fix a minor configure warning PR: 64389 Submitted by: marius Reminded by: marius Approved by: maintainer
41 lines
863 B
Text
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
|
|
|
|
|
|
|