[Libreoffice-commits] .: configure.in

Jan Holesovsky kendy at kemper.freedesktop.org
Mon Jul 25 04:30:48 PDT 2011


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

New commits:
commit 361572b31e4c0680799952ee3f5c3068e89be4be
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Mon Jul 25 13:30:32 2011 +0200

    Silence the zip check.

diff --git a/configure.in b/configure.in
index 201d57b..cc89278 100755
--- a/configure.in
+++ b/configure.in
@@ -6283,7 +6283,7 @@ dnl We need zip and unzip
 dnl ===================================================================
 AC_PATH_PROG(ZIP, zip)
 test -z "$ZIP" && AC_MSG_ERROR([zip is required])
-if ! "$ZIP" --filesync < /dev/null 2>&1 > /dev/null; then
+if ! "$ZIP" --filesync < /dev/null 2>/dev/null > /dev/null; then
     AC_MSG_ERROR([Zip version 3.0 or newer is required to build, please install or use --with-zip-home],,)
 fi
 


More information about the Libreoffice-commits mailing list