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 cc31fd7 commit 90755d4Copy full SHA for 90755d4
config.m4
@@ -83,8 +83,6 @@ AC_DEFUN([PHP_BSON_CLOCK],
83
fi
84
])
85
86
-MONGOC_SYMBOL_SUFFIX="priv"
87
-
88
AC_MSG_CHECKING(PHP version)
89
PHP_FOUND_VERSION=`${PHP_CONFIG} --version`
90
PHP_FOUND_VERNUM=`echo "${PHP_FOUND_VERSION}" | $AWK 'BEGIN { FS = "."; } { printf "%d", ([$]1 * 100 + [$]2) * 100 + [$]3;}'`
0 commit comments