summaryrefslogtreecommitdiffstats
path: root/883.patch
blob: e36576f4f39851671b273b25d50e126ba2744d1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From 8cffa3a1a1d0dcdf8178f1650376b902e396e3a0 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Mon, 4 Sep 2017 08:18:55 +0200
Subject: [PATCH] PHP-1529: read config.h to rerieve HAVE_MONGO_OPENSSL

---
 contrib/php-ssl.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/contrib/php-ssl.c b/contrib/php-ssl.c
index 944a62c60..5bdd935fa 100644
--- a/contrib/php-ssl.c
+++ b/contrib/php-ssl.c
@@ -18,6 +18,9 @@
   +----------------------------------------------------------------------+
 */
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
 
 #ifdef PHP_WIN32
 # include "config.w32.h"