Code

Build patch from the Fedora folks
authorLubomir Rintel <lkundrak@v3.sk>
Thu, 15 Jul 2010 14:14:45 +0000 (09:14 -0500)
committerTed Gould <ted@gould.cx>
Thu, 15 Jul 2010 14:14:45 +0000 (09:14 -0500)
configure.ac

index 0fecf0ec79a48e2f54656c96588720e4a280f30d..0fdac33ff779e4ad9c12174ab401851be7a609df 100644 (file)
@@ -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,