summaryrefslogtreecommitdiff
path: root/mail/mail-notification/files/patch-03-openssl-threads
blob: 74ab914cf05ee602a448203dff367b6631f7a6ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.orig	2007-06-26 13:40:19.000000000 +0200
+++ configure	2007-10-31 03:47:03.000000000 +0100
@@ -24236,7 +24236,7 @@
 #include <openssl/opensslconf.h>
 
 int main() {
-#ifdef OPENSSL_THREADS
+#if defined(OPENSSL_THREADS) || defined(THREADS)
   exit(0);	/* ok */
 #else
   exit(1);	/* no thread support */