Don't clobber TMPDIR during Java detection
authorDave Cottlehuber <dch@jsonified.com>
Thu, 7 Feb 2013 00:38:07 +0000 (01:38 +0100)
committerFlorian Forster <octo@collectd.org>
Fri, 5 Apr 2013 06:11:19 +0000 (08:11 +0200)
- Java detection used TMPDIR as var to parse command output
- TMPDIR is used in libltdl later on in ./configure
- alternative fix is local var or subshell
- fixes issue introduced via #33163ee

Conflicts:
configure.in

Signed-off-by: Florian Forster <octo@collectd.org>

No differences found