From f1a414c82996971e452295f4803a97b5a56cb04f Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Thu, 15 Jul 2010 09:14:45 -0500 Subject: [PATCH] Build patch from the Fedora folks --- configure.ac | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 0fecf0ec7..0fdac33ff 100644 --- a/configure.ac +++ b/configure.ac @@ -745,10 +745,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, -- 2.30.2