Skip to content

Commit a2ac983

Browse files
committed
Remove unused HAVE_MONGOC definition
1 parent f25020f commit a2ac983

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

config.m4

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,6 @@ dnl libmongoc stuff {{{
380380
AC_MSG_CHECKING(configuring libmongoc)
381381
AC_MSG_RESULT(...)
382382

383-
AC_DEFINE(HAVE_MONGOC, 1, [Kinda useless extension without it..])
384-
385383
if test "$PHP_LIBMONGOC" != "no"; then
386384
if test "$PHP_LIBBSON" == "no"; then
387385
AC_MSG_ERROR(Cannot use system libmongoc and bundled libbson)

config.w32

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ if (PHP_MONGODB != "no") {
7777
ADD_SOURCES(configure_module_dirname + "/src/libmongoc/src/mongoc", "mongoc-secure-channel.c mongoc-stream-tls-secure-channel.c", "mongodb");
7878
ADD_SOURCES(configure_module_dirname + "/src/libmongoc/src/mongoc", "mongoc-sasl.c", "mongodb");
7979

80-
AC_DEFINE("HAVE_MONGOC", 1);
81-
8280
var bson_opts = {
8381
BSON_BYTE_ORDER: 1234,
8482
BSON_OS: 2,

0 commit comments

Comments
 (0)