summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 59d1b89)
raw | patch | inline | side by side (parent: 59d1b89)
author | gouldtj <gouldtj@users.sourceforge.net> | |
Wed, 31 Oct 2007 13:29:13 +0000 (13:29 +0000) | ||
committer | gouldtj <gouldtj@users.sourceforge.net> | |
Wed, 31 Oct 2007 13:29:13 +0000 (13:29 +0000) |
Adding in libwpg-stream
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index b707eb4afd8eebe37abf8b5f3d14a76c1a558b4f..340b7e4a8a0464c7851d3cab66904a38514f5a32 100644 (file)
--- a/configure.ac
+++ b/configure.ac
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 ******************************