diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-04-24 10:52:32 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-04-24 12:23:02 +0300 |
commit | feb4ce887f37fa9208ea68f83eca68cb090c2ff6 (patch) | |
tree | d4aacfbd21079cac7dc09daa42267bcd4af454d6 | |
parent | 7e1516124bb05f9f40e1d724688b7b1a80327dfe (diff) |
Use blank as the false value for ENABLE_CAIRO_CANVAS, too
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index c9f270b9e1d2..8a726ee5d0e6 100644 --- a/configure.in +++ b/configure.in @@ -8680,7 +8680,7 @@ elif test -z "$enable_cairo_canvas"; then enable_cairo_canvas=yes fi -ENABLE_CAIRO_CANVAS="FALSE" +ENABLE_CAIRO_CANVAS="" if test "$enable_cairo_canvas" = "yes"; then ENABLE_CAIRO_CANVAS="TRUE" fi |