diff options
author | Owen Taylor <otaylor@redhat.com> | 2005-02-05 17:01:29 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@redhat.com> | 2005-02-05 17:01:29 +0000 |
commit | b0ee983a7def6752d5bff7481c4af487db757b36 (patch) | |
tree | be5c75c73cf057f2b86b9447f2879e0fd976a123 /configure.in | |
parent | 5707a69bfc9ce5525b2177f68c4e810c84b2f73f (diff) |
Don't free *glyphs when succeeding! (Reported by Øyvind Kolås)
Temporarily disable glitz by default.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 63bf8833..ff27493d 100644 --- a/configure.in +++ b/configure.in @@ -229,7 +229,7 @@ dnl =========================================================================== AC_ARG_ENABLE(glitz, [ --disable-glitz Disable cairo's glitz backend], - [use_glitz=$enableval], [use_glitz=yes]) + [use_glitz=$enableval], [use_glitz=no]) if test "x$use_glitz" = "xyes"; then PKG_CHECK_MODULES(GLITZ, glitz >= 0.4.0, [ |