]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
configure.ac: Fix junit4.jar detection
authorBoris Ranto <branto@redhat.com>
Thu, 18 Jun 2015 18:01:01 +0000 (20:01 +0200)
committerBoris Ranto <branto@redhat.com>
Thu, 18 Jun 2015 18:01:47 +0000 (20:01 +0200)
commitce80a606b618de97f4f45e8efa51ba99e497491a
treed9432528fd6947595d8359509ae28626692c405c
parent15e9e3d497c5b9233dd47d0b0b188fa7656525f9
configure.ac: Fix junit4.jar detection

If a system contains older (3) or later (5) release of junit.jar that is
default in the system, the auto-detection might find it before it finds
junit4.jar. This commit fixes that issue by always preferring the
junit4.jar library.

Signed-off-by: Boris Ranto <branto@redhat.com>
configure.ac