configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1f3e3828b9a57e044b86640b9bf9ad2437cc5656
Author: Albert Astals Cid <[email protected]>
Date:   Sat Jun 15 17:21:36 2013 +0200

    Add quotes since use_cairo can have spaces
    
    BUG #65709

diff --git a/configure.ac b/configure.ac
index ae87a20..e3bb3a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -491,7 +491,7 @@ elif test x$enable_cairo_output = xtry; then
                     [enable_cairo_output="no"
                     use_cairo="no (requires cairo >= $CAIRO_VERSION)"])
 fi
-if test x$use_cairo = x; then
+if test "x$use_cairo" = "x"; then
    use_cairo=$enable_cairo_output
 fi
 
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to