File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -294,13 +294,13 @@ if test "$PHP_MONGODB" != "no"; then
294
294
elif test "$PHP_MONGODB_CLIENT_SIDE_ENCRYPTION" = "yes"; then
295
295
AC_MSG_ERROR ( system libmongocrypt must be upgraded to version >= 1.5.2 )
296
296
else
297
- AC_MSG_RESULT ( found an older version , compiling without client-side encryption )
297
+ AC_MSG_RESULT ( [ found an older version, compiling without client-side encryption] )
298
298
fi
299
299
else
300
300
if test "$PHP_MONGODB_CLIENT_SIDE_ENCRYPTION" = "yes"; then
301
301
AC_MSG_ERROR ( pkgconfig and libmongocrypt must be installed )
302
302
else
303
- AC_MSG_RESULT ( not found , compiling without client-side encryption )
303
+ AC_MSG_RESULT ( [ not found, compiling without client-side encryption] )
304
304
fi
305
305
fi
306
306
fi
You can’t perform that action at this time.
0 commit comments