mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 10:18:02 +02:00
[configure] Typo in test
The have_dl clause was meant to have been removed from the requirements test for cairo-script-interpreter. Instead we left the test broken.
This commit is contained in:
parent
4b221bd49a
commit
34778a883a
1 changed files with 1 additions and 1 deletions
|
|
@ -653,7 +653,7 @@ CAIRO_ENABLE(trace, cairo-trace, yes, [
|
|||
])
|
||||
|
||||
CAIRO_ENABLE(interpreter, cairo-script-interpreter, yes, [
|
||||
if test "x$have_libz" != "xyes" "x$have_dl" != "xyes"; then
|
||||
if test "x$have_libz" != "xyes"; then
|
||||
use_interpreter="no (requires zlib)"
|
||||
fi
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue