File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,6 @@ or newer. The MongoDB C Driver supports TLS 1.1 on Linux if OpenSSL is
5656at least version 1.0.1. On OS X and Windows, the C Driver uses native
5757TLS implementations that support TLS 1.1.
5858
59- If you need static C++ driver libraries and you are configuring the C
60- driver with the ` ./configure ` script, you must pass the ` --enable-static `
61- configure option when building libbson/libmongoc.
62-
6359### Step 2: Choose a C++17 polyfill
6460
6561The mongocxx driver uses the C++17 features ` std::optional ` and
@@ -197,8 +193,7 @@ build setting for novice users.
197193- Note for users of mongocxx 3.2.x and newer: advanced users may build
198194 static libraries, if desired, by specifying ` -DBUILD_SHARED_LIBS=OFF ` to
199195 CMake. Specifying this option will introduce a dependency on the
200- ` libmongoc ` static libraries (see step 1 above for details on how to
201- ensure that these are installed). Linking an application against both
196+ ` libmongoc ` static libraries. Linking an application against both
202197 shared ` libmongoc ` and static ` mongocxx ` is not supported, nor is
203198 linking against both static ` libmongoc ` and shared ` mongocxx ` .
204199
You can’t perform that action at this time.
0 commit comments