summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-07-25 13:30:32 +0200
committerJan Holesovsky <kendy@suse.cz>2011-07-25 13:30:32 +0200
commit8645e7f6cdcd4c5e11f31fc3d7e6c0f3fac826d9 (patch)
treee508628dbdc4a6490824716bc98a141dfba26498 /configure.in
parent23960781be77f06084024c56af977e83583d310b (diff)
Silence the zip check.
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 201d57b2854c..cc89278efefb 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