]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fail during configure if unable to find ar
authorTom Yu <tlyu@mit.edu>
Wed, 22 Feb 2012 19:27:56 +0000 (19:27 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 22 Apr 2013 22:30:02 +0000 (18:30 -0400)
commit5bcaa6341466c5887b18d13ecb5487de5f57cc29
treedfcb1947d1749cb569fc272eb2e69d9e9dc916c1
parent93906b39fca90c1c8f23aca0b8a314494a9cde51
Fail during configure if unable to find ar

Fail during configure time if the configure script can't locate the
"ar" program, instead of producing a delayed failure during build time
by running the "false" command.  Some Solaris releases have ar in
/usr/ccs/bin, which is not in the default path for some users.

(cherry picked from commit 2c990e6418cd7cee7ca178a3175b07ed6a01ffae)

ticket: 7613 (new)
version_fixed: 1.9.5
status: resolved
src/aclocal.m4