summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Andler <scislac@gmail.com>2010-11-15 01:35:29 +0000
committerJosh Andler <scislac@gmail.com>2010-11-15 01:35:29 +0000
commitb65f4938ba96a359011fa821d32d9af153d6fd05 (patch)
tree95e7c5f3b47744fcee0fbf6474cb4d020a11e2f2
parentmakes i18n to work on python extensions (diff)
downloadinkscape-b65f4938ba96a359011fa821d32d9af153d6fd05.tar.gz
inkscape-b65f4938ba96a359011fa821d32d9af153d6fd05.zip
Patch to fix build on Natty by Alex Valavanis
(bzr r9894)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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