summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-04-24 10:52:32 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-04-24 12:23:02 +0300
commitfeb4ce887f37fa9208ea68f83eca68cb090c2ff6 (patch)
treed4aacfbd21079cac7dc09daa42267bcd4af454d6
parent7e1516124bb05f9f40e1d724688b7b1a80327dfe (diff)
Use blank as the false value for ENABLE_CAIRO_CANVAS, too
-rw-r--r--configure.in2
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