[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:
Chris Wilson 2009-09-09 01:16:08 +01:00
parent 4b221bd49a
commit 34778a883a

View file

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