diff options
author | Brian Jones <cbj@gnu.org> | 2002-02-10 17:13:14 +0000 |
---|---|---|
committer | Brian Jones <cbj@gnu.org> | 2002-02-10 17:13:14 +0000 |
commit | 6f717766f5455aca4cf68dd4769a6d28ab97d9d7 (patch) | |
tree | 138af667d9d6e6553599b7d56aeb3b520cfa3559 /configure.in | |
parent | 2e4667e41b40627da8672a1d739787519c8b4531 (diff) | |
download | classpath-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.in | 2 |
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) |