GUACAMOLE-935: Periods within regexes must be escaped if intended to match literal periods.
This commit is contained in:
parent
49df9f04e0
commit
87a3c7392b
@ -589,7 +589,7 @@ then
|
|||||||
# manually free all data associated with the rdpBitmap, even data which
|
# manually free all data associated with the rdpBitmap, even data which
|
||||||
# was not allocated by the implementation.
|
# was not allocated by the implementation.
|
||||||
AC_MSG_CHECKING([whether Bitmap_Free() frees the rdpBitmap and its image data])
|
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>
|
#include <freerdp/version.h>
|
||||||
FREERDP_VERSION_FULL
|
FREERDP_VERSION_FULL
|
||||||
|
Loading…
Reference in New Issue
Block a user