From: Lubomir Rintel Date: Thu, 15 Jul 2010 14:14:45 +0000 (-0500) Subject: Build patch from the Fedora folks X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f1a414c82996971e452295f4803a97b5a56cb04f;p=inkscape.git Build patch from the Fedora folks --- 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,