configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit da33122c84c18ea78932c6ee607824c0f3d4de99 Author: Stephan Bergmann <sberg...@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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits