[Libreoffice-commits] core.git: configure.ac

Stephan Bergmann sbergman at redhat.com
Wed May 14 06:37:43 PDT 2014


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit da33122c84c18ea78932c6ee607824c0f3d4de99
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed May 14 15:37:08 2014 +0200

    Fix --with-export-validation check
    
    Change-Id: I12b99b361a10f48435694719870ed16f2ce4a31a

diff --git a/configure.ac b/configure.ac
index ef6bf92..053fc51 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2633,7 +2633,7 @@ dnl ===================================================================
 dnl Export file validation
 dnl ===================================================================
 AC_MSG_CHECKING([whether to enable export file validation])
-if test "with_export_validation" != "no"; then
+if test "$with_export_validation" = yes; then
     AC_MSG_RESULT([yes])
     AC_DEFINE(HAVE_EXPORT_VALIDATION)
 else


More information about the Libreoffice-commits mailing list