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
294294 elif test "$PHP_MONGODB_CLIENT_SIDE_ENCRYPTION" = "yes"; then
295295 AC_MSG_ERROR ( system libmongocrypt must be upgraded to version >= 1.5.2 )
296296 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] )
298298 fi
299299 else
300300 if test "$PHP_MONGODB_CLIENT_SIDE_ENCRYPTION" = "yes"; then
301301 AC_MSG_ERROR ( pkgconfig and libmongocrypt must be installed )
302302 else
303- AC_MSG_RESULT ( not found , compiling without client-side encryption )
303+ AC_MSG_RESULT ( [ not found, compiling without client-side encryption] )
304304 fi
305305 fi
306306 fi
You can’t perform that action at this time.
0 commit comments