From 3e2d04672c8d39cd33389e3011ced05795569b06 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Fri, 10 Jun 2011 12:43:13 -0700 Subject: Minor change to initialize libwgp config variable. (bzr r10267) --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) 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]) -- cgit v1.2.3