Skip to content

Commit 62bb969

Browse files
committed
Remove redundant PHP_SUBST(EXTRA_LDFLAGS)
This is already done by PHP for shared and static builds.
1 parent 746f92e commit 62bb969

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ if test "$PHP_MONGODB" != "no"; then
330330
PHP_NEW_EXTENSION(mongodb, $PHP_MONGODB_SOURCES, $ext_shared,, $PHP_MONGODB_CFLAGS)
331331

332332
PHP_SUBST(MONGODB_SHARED_LIBADD)
333-
PHP_SUBST(EXTRA_LDFLAGS)
334333

335334
PHP_ADD_EXTENSION_DEP(mongodb, date)
336335
PHP_ADD_EXTENSION_DEP(mongodb, json)

0 commit comments

Comments
 (0)