summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-07-15 14:17:49 +0000
committerTed Gould <ted@gould.cx>2010-07-15 14:17:49 +0000
commitfd64941dad07707a8b43dc696c69fb9a8cc51835 (patch)
treeda58bef94cb62a7b13897871c79f1d7c7ca13e82
parentMinor standard output correction during build (diff)
parentBuild patch from the Fedora folks (diff)
downloadinkscape-fd64941dad07707a8b43dc696c69fb9a8cc51835.tar.gz
inkscape-fd64941dad07707a8b43dc696c69fb9a8cc51835.zip
Commiting updates and patches from the 0.48 branch.
(bzr r9617)
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 5236d26a7..93c3872a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -781,10 +781,9 @@ 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"
if test "x$openmp_ok" = "xyes"; then
- INKSCAPE_LIBS="$INKSCAPE_LIBS -lpng -lz -lgomp"
-else
- INKSCAPE_LIBS="$INKSCAPE_LIBS -lpng -lz"
+ INKSCAPE_LIBS="$INKSCAPE_LIBS -lgomp"
fi
AC_CHECK_HEADER(popt.h,