From 9bdb4f6ff713db0d101a0c0735dbb27e54fd7846 Mon Sep 17 00:00:00 2001 From: Christian Biesinger Date: Sun, 2 Apr 2006 15:55:27 +0200 Subject: [PATCH] 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 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 44783bd29..020b394d1 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