diff options
author | Mark Wielaard <mark@klomp.org> | 2002-02-18 20:52:17 +0000 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2002-02-18 20:52:17 +0000 |
commit | afcaed9ffde7969ef62ab7e69b4142fb70c9a06c (patch) | |
tree | f1ac84d70f2ed4dfae1e86794c00692eda729d6d /configure.in | |
parent | 26cbbcfda33083544d135e59ccfae8206557e2ab (diff) | |
download | classpath-afcaed9ffde7969ef62ab7e69b4142fb70c9a06c.tar.gz |
* configure.in: Reenable ZIP.
* lib/Makefile.am: Don't copy gnu/java/locale/*.uni, they no longer
exist.
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 a307da9e9..942a5371b 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) -dnl AC_PATH_PROG(ZIP, zip) +AC_PATH_PROG(ZIP, zip) dnl AC_PATH_PROG(UNZIP, unzip) dnl AC_PATH_PROG(PERL, perl) |