summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-11-02 12:46:25 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-11-02 15:25:13 +0200
commit6474d8cb2e9d3a890a10593b4d6213f6895026e8 (patch)
tree3932726701146b63ff7189fa3e29b65b715b2b13 /configure.ac
parent247b848902a2e939ba0c90a473c3ed23eb10b813 (diff)
There is no --with-zip-home option
Change-Id: I560b4504263c824154f488aab2fa62c1d26e03bb
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e1598e718392..9a9689af6188 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9347,7 +9347,7 @@ dnl ===================================================================
AC_PATH_PROG(ZIP, zip)
test -z "$ZIP" && AC_MSG_ERROR([zip is required])
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],,)
+ AC_MSG_ERROR([Zip version 3.0 or newer is required to build, please install it and make sure it is the one found first in PATH],,)
fi
AC_PATH_PROG(UNZIP, unzip)