Skip to content

Commit d495e1e

Browse files
authored
protect message to allow comma (#1375)
1 parent b30c723 commit d495e1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)