Skip to content

Commit 2bdd9b1

Browse files
committed
PHPC-2477: MONGOC_HAVE_WEAK_SYMBOLS is obsolete
CDRIVER-2600 removed MONGOC_HAVE_WEAK_SYMBOLS
1 parent c43676e commit 2bdd9b1

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

config.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,6 @@ if test "$PHP_MONGODB" != "no"; then
351351
m4_include(PHP_MONGODB_BASEDIR/scripts/autotools/libmongoc/Endian.m4)
352352
m4_include(PHP_MONGODB_BASEDIR/scripts/autotools/libmongoc/FindDependencies.m4)
353353
m4_include(PHP_MONGODB_BASEDIR/scripts/autotools/libmongoc/Versions.m4)
354-
m4_include(PHP_MONGODB_BASEDIR/scripts/autotools/libmongoc/WeakSymbols.m4)
355354

356355
dnl This include modifies the value of $PHP_MONGODB_CLIENT_SIDE_ENCRYPTION to "yes"
357356
dnl or "no" depending on whether dependencies for libmongocrypt are fulfilled

config.w32

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ if (PHP_MONGODB != "no") {
183183
MONGOC_HAVE_SASL_CLIENT_DONE: 0,
184184
MONGOC_HAVE_SCHED_GETCPU: 0,
185185
MONGOC_HAVE_SOCKLEN: 1,
186-
MONGOC_HAVE_WEAK_SYMBOLS: 0,
187186
MONGOC_NO_AUTOMATIC_GLOBALS: 1,
188187
MONGOC_SOCKET_ARG2: "struct sockaddr",
189188
MONGOC_SOCKET_ARG3: "socklen_t",

scripts/autotools/libmongoc/WeakSymbols.m4

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)