File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments