summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBrian Jones <cbj@gnu.org>2002-02-10 17:13:14 +0000
committerBrian Jones <cbj@gnu.org>2002-02-10 17:13:14 +0000
commit6f717766f5455aca4cf68dd4769a6d28ab97d9d7 (patch)
tree138af667d9d6e6553599b7d56aeb3b520cfa3559 /configure.in
parent2e4667e41b40627da8672a1d739787519c8b4531 (diff)
downloadclasspath-6f717766f5455aca4cf68dd4769a6d28ab97d9d7.tar.gz
* configure.in: pretend we do not have zip to force class copying,
works around a problem with the Character property loading
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 942a5371b..a307da9e9 100644
--- a/configure.in
+++ b/configure.in
@@ -220,7 +220,7 @@ dnl According to the GNU coding guide, we shouldn't require find,
dnl zip, and perl, however it should be okay since it is only used
dnl in maintainer mode.
AC_PATH_PROG(FIND, find)
-AC_PATH_PROG(ZIP, zip)
+dnl AC_PATH_PROG(ZIP, zip)
dnl AC_PATH_PROG(UNZIP, unzip)
dnl AC_PATH_PROG(PERL, perl)