regex: Fix newline definition for system PCRE
authorChristian Persch <chpe@gnome.org>
Thu, 7 Jun 2012 14:42:50 +0000 (16:42 +0200)
committerChristian Persch <chpe@gnome.org>
Mon, 2 Jul 2012 13:59:39 +0000 (15:59 +0200)
commit86a04a05e6b697361c58b1577c52b4a713bf18d3
tree804c4d398e350525a6c5a94cbd9924d832a77a6e
parent91ba8ae1560d4132e4ed2631b8e69684c3c863d3
regex: Fix newline definition for system PCRE

While we PCRE_BSR_UNICODE is the default in the internal PCRE, that may
not be true for the system one. Force the PCRE_BSR_UNICODE flag on it.
glib/gregex.c
glib/tests/regex.c