diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2009-07-05 20:51:04 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2009-07-05 20:51:04 +0200 |
| commit | b69ee77256dccee0764c07416fe9bc7db9e5a12d (patch) | |
| tree | 74f797a70f859f688dd8d31cd8cf9159c8f55e88 /configure.ac | |
| parent | 2ed56873b6a51965ff8159f8e0bbf82324f194d8 (diff) | |
Don't replace ~ when we shouldn't
Bump glib req to 2.14 to get GRegex, now we only replace ~ with your
homedir in an action if it is (at the start of the string or preceded
by whitespace) and (at the end of the string or followed by (whitespace
or a slash)). (?:^|(?<=[ \t]))~(?=[/ \t$])
Fixes bug #4033.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 53e50013..bba1b5c6 100644 --- a/configure.ac +++ b/configure.ac @@ -70,7 +70,7 @@ if test "$SED" = "no"; then AC_MSG_ERROR([The program "sed" is not available. This program is required to build Openbox.]) fi -PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.6.0]) +PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.14.0]) AC_SUBST(GLIB_CFLAGS) AC_SUBST(GLIB_LIBS) |
