From feb4ce887f37fa9208ea68f83eca68cb090c2ff6 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 24 Apr 2012 10:52:32 +0300 Subject: Use blank as the false value for ENABLE_CAIRO_CANVAS, too --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') 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 -- cgit