diff options
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index f93c1a84b..dc17f8b0b 100644 --- a/configure.ac +++ b/configure.ac @@ -713,6 +713,8 @@ dnl ****************************** dnl Check for libwpg for extension dnl ****************************** +with_libwpg=no + PKG_CHECK_MODULES(LIBWPG01, libwpg-0.1 libwpg-stream-0.1, with_libwpg01=yes, with_libwpg01=no) if test "x$with_libwpg01" = "xyes"; then AC_DEFINE(WITH_LIBWPG01,1,[Build in libwpg 0.1.x]) |
