[cairo-commit] configure.in

Christian Biesinger biesi at kemper.freedesktop.org
Sun Apr 2 06:55:34 PDT 2006


 configure.in |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 9bdb4f6ff713db0d101a0c0735dbb27e54fd7846 (from 03eb1b85a906fac4acfbf3ee2839d13ccac97668)
Author: Christian Biesinger <cbiesinger at web.de>
Date:   Sun Apr 2 15:55:27 2006 +0200

    Use more portable shell syntax
    
    Reported by Dave Yeo in
    http://lists.freedesktop.org/archives/cairo/2006-April/006600.html
    
    Fixed for the other tests in 0883155111ab9597d335c7d43ae47c163b5c0e4d

diff --git a/configure.in b/configure.in
index 44783bd..020b394 100644
--- a/configure.in
+++ b/configure.in
@@ -810,6 +810,6 @@ if test x"$use_beos" = "xyes" ; then
    echo "$WARNING_MESSAGE" | sed 's/@BACKEND@/BeOS/'
 fi
 
-if test x"$use_directfb" == "xyes" ; then
+if test x"$use_directfb" = "xyes" ; then
      echo "$WARNING_MESSAGE" | sed 's/@BACKEND@/DirectFB/'
 fi


More information about the cairo-commit mailing list