From 34778a883af806f77d0c89c85cebb315b43d7ef2 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 9 Sep 2009 01:16:08 +0100 Subject: [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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 985ea717..cb064813 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ]) -- cgit v1.2.3