summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2007-10-31 13:29:13 +0000
committergouldtj <gouldtj@users.sourceforge.net>2007-10-31 13:29:13 +0000
commitfbd7fa9234751708821770cde58506d48831c67a (patch)
tree524de1ebbfbbd18868297362ea979c53f067cda8
parentr16914@shi: ted | 2007-10-30 21:58:05 -0700 (diff)
downloadinkscape-fbd7fa9234751708821770cde58506d48831c67a.tar.gz
inkscape-fbd7fa9234751708821770cde58506d48831c67a.zip
r16915@shi: ted | 2007-10-31 06:10:37 -0700
Adding in libwpg-stream (bzr r3993)
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b707eb4af..340b7e4a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -548,12 +548,15 @@ dnl ******************************
dnl Check for libwpg for extension
dnl ******************************
-PKG_CHECK_MODULES(LIBWPG, libwpg-0.1, with_libwpg=yes, with_libwpg=no)
+PKG_CHECK_MODULES(LIBWPG, libwpg-0.1 libwpg-stream-0.1, with_libwpg=yes, with_libwpg=no)
if test "x$with_libwpg" = "xyes"; then
AC_DEFINE(WITH_LIBWPG,1,[Build in libwpg])
fi
AM_CONDITIONAL(WITH_LIBWPG, test "x$with_libwpg" = "xyes")
+AC_SUBST(LIBWPG_LIBS)
+AC_SUBST(LIBWPG_CFLAGS)
+
dnl ******************************
dnl Check for ImageMagick Magick++
dnl ******************************