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 0883155111
This commit is contained in:
Christian Biesinger 2006-04-02 15:55:27 +02:00
parent 03eb1b85a9
commit 9bdb4f6ff7

View file

@ -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