From 8cffa3a1a1d0dcdf8178f1650376b902e396e3a0 Mon Sep 17 00:00:00 2001 From: Remi Collet 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"