Changeset 4fe9e64c36c425feea6d37492155065fe4e07f84
- Timestamp:
- 07/20/10 04:56:16
(3 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1279601776 +0000
- git-parent:
[49b8645cf26c988d8416168333196b86d7a99204]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1279601776 +0000
- Message:
fixes #298
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r5d3fa19 |
r4fe9e64 |
|
| 129 | 129 | AC_MSG_CHECKING([enable build/install of the Java IEP bits]) |
|---|
| 130 | 130 | |
|---|
| 131 | | if test -z "$ac_cv_path_JAVA" ; then |
|---|
| | 131 | if test -z "$ac_cv_path_JAVA" \ |
|---|
| | 132 | -o -z "$ac_cv_path_JAVAC" \ |
|---|
| | 133 | -o -z "$ac_cv_path_JAR" ; then |
|---|
| 132 | 134 | AC_MSG_RESULT([no]) |
|---|
| 133 | 135 | else |
|---|