mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 13:58:01 +02:00
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:
parent
03eb1b85a9
commit
9bdb4f6ff7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue