GUACAMOLE-935: Periods within regexes must be escaped if intended to match literal periods.

This commit is contained in:
Michael Jumper 2020-01-21 22:26:28 -08:00
parent 49df9f04e0
commit 87a3c7392b

View File

@ -589,7 +589,7 @@ then
# manually free all data associated with the rdpBitmap, even data which
# was not allocated by the implementation.
AC_MSG_CHECKING([whether Bitmap_Free() frees the rdpBitmap and its image data])
AC_EGREP_CPP([\"2.0.0-dev\"], [
AC_EGREP_CPP([\"2\\.0\\.0-dev\"], [
#include <freerdp/version.h>
FREERDP_VERSION_FULL