]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
prioritise use of `javac` executable (gcj provides it through alternatives). 1803/head
authorDmitry Smirnov <onlyjob@member.fsf.org>
Mon, 12 May 2014 04:08:44 +0000 (14:08 +1000)
committerDmitry Smirnov <onlyjob@member.fsf.org>
Mon, 12 May 2014 04:08:44 +0000 (14:08 +1000)
commit8b682d167e4535df582f1c77542e2b1ea0981228
tree55b30bb4f6672cfb81601e9f2c281f2bfc034ab2
parent89fe0353582bde7e2fbf32f1626d430a20002dd0
prioritise use of `javac` executable (gcj provides it through alternatives).

 On Debian this fixes FTBFS when gcj-jdk and openjdk-7-jdk are installed at
 the same time because build system will use default `javac` executable
 provided by current JDK through `update-alternatives` instead of blindly
 calling GCJ when it is present.

Signed-off-by: Dmitry Smirnov <onlyjob@member.fsf.org>
m4/ac_prog_javac.m4