summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 41533c9)
raw | patch | inline | side by side (parent: 41533c9)
author | Lubomir Rintel <lkundrak@v3.sk> | |
Thu, 15 Jul 2010 14:14:45 +0000 (09:14 -0500) | ||
committer | Ted Gould <ted@gould.cx> | |
Thu, 15 Jul 2010 14:14:45 +0000 (09:14 -0500) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 0fecf0ec79a48e2f54656c96588720e4a280f30d..0fdac33ff779e4ad9c12174ab401851be7a609df 100644 (file)
--- a/configure.ac
+++ b/configure.ac
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,