Fix: java class check when uudecode is not present
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 30 Jun 2015 20:59:54 +0000 (16:59 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 30 Jun 2015 21:08:05 +0000 (17:08 -0400)
commit6b3602ea126bb5b69cef57b00232cb2c12fb1105
tree1ec1e895f5e3221f6fc04d1ec02b515e8a3b9974
parentbb9b5c2db164050bc87f6069df5453d0bd684290
Fix: java class check when uudecode is not present

On systems where 'uudecode' is present, the java class check will
run a precompiled class file in the local directory. If the CLASSPATH
variable doesn't contain "." the test will fail regardless of the
presence of the tested for class on the classpath.

This fix makes the behavior of the test consistant whether 'uudecode'
is present or not.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
config/ax_check_class.m4
This page took 0.024371 seconds and 5 git commands to generate.