From 4da6b32f6be95de937d2dcb6e3e1c5a71a1cef5b Mon Sep 17 00:00:00 2001 From: Josh Andler Date: Sun, 14 Nov 2010 17:35:29 -0800 Subject: [PATCH] Patch to fix build on Natty by Alex Valavanis --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6bcb1d636..9cb50b06e 100644 --- a/configure.ac +++ b/configure.ac @@ -780,7 +780,7 @@ if test "x$cairo_pdf" = "xyes"; then fi dnl Shouldn't we test for libpng and libz? -INKSCAPE_LIBS="$INKSCAPE_LIBS -lpng -lz -lX11 -lxml2" +INKSCAPE_LIBS="$INKSCAPE_LIBS -lpng -lz -lX11 -lxml2 -ldl" if test "x$openmp_ok" = "xyes"; then INKSCAPE_LIBS="$INKSCAPE_LIBS -lgomp" fi -- 2.30.2