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)
commit5680622ee9d70a9df30564a34e0cc01afcf0d05b
treed84ee67e5ad3a86fe456297f005304679ba751e6
parent7df90f7adea4acfddcc10a3b671130aae81265ae
Don't clobber TMPDIR during Java detection

- 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>
configure.in