Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #882
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Sep 1, 2017
2 parents 8d38c43 + c3eacf3 commit 174f17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.w32
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if (PHP_MONGO != "no") {
}

if (CHECK_LIB("ssleay32.lib", "mongo", PHP_MONGO) && CHECK_LIB("libeay32.lib", "mongo", PHP_MONGO)) {
ADD_FLAG("CFLAGS_MONGO", " /D HAVE_MONGO_SSLLIB=1");
ADD_FLAG("CFLAGS_MONGO", " /D HAVE_MONGO_OPENSSL=1");
}
}

0 comments on commit 174f17a

Please sign in to comment.