From: Josh Andler Date: Mon, 15 Nov 2010 01:35:29 +0000 (-0800) Subject: Patch to fix build on Natty by Alex Valavanis X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4da6b32f6be95de937d2dcb6e3e1c5a71a1cef5b;p=inkscape.git Patch to fix build on Natty by Alex Valavanis --- 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