[Libreoffice-commits] .: configure.in

Fridrich Strba fridrich at kemper.freedesktop.org
Tue May 17 06:51:26 PDT 2011


 configure.in |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit b3423e519daa4cf4ba54b588b1e4528b2f51b82e
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Tue May 17 15:50:44 2011 +0200

    Default to internal libvisio unless requested otherwise specifically

diff --git a/configure.in b/configure.in
index 77af25c..c2d6533 100755
--- a/configure.in
+++ b/configure.in
@@ -4093,8 +4093,7 @@ dnl ===================================================================
 dnl Check for system libvisio
 dnl ===================================================================
 AC_MSG_CHECKING([which libvisio to use])
-if test -n "$with_system_libvisio" -o -n "$with_system_libs" && \
-        test "$with_system_libvisio" != "no"; then
+if test -n "$with_system_libvisio" -a "$with_system_libvisio" = "yes"; then
     AC_MSG_RESULT([external])
     SYSTEM_LIBVISIO=YES
     PKG_CHECK_MODULES( LIBVISIO, libvisio-0.0 )


More information about the Libreoffice-commits mailing list