We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62bb969 commit e1827edCopy full SHA for e1827ed
config.m4
@@ -356,7 +356,9 @@ if test "$PHP_MONGODB" != "no"; then
356
dnl This must come after PHP_NEW_EXTENSION, otherwise the srcdir won't be set
357
PHP_ADD_MAKEFILE_FRAGMENT
358
359
-AC_CONFIG_COMMANDS_POST([echo "
+ AC_CONFIG_COMMANDS_POST([
360
+ if test "$enable_static" = "no"; then
361
+ echo "
362
mongodb was configured with the following options:
363
364
Build configuration:
@@ -373,7 +375,9 @@ Build configuration:
373
375
Please submit bugreports at:
374
376
https://jira.mongodb.org/browse/PHPC
377
-"])
378
+"
379
+ fi
380
+ ])
381
fi
382
383
dnl: vim: et sw=2
0 commit comments