]> 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>
Fri, 11 Jan 2013 20:01:52 +0000 (15:01 -0500)
commit8d429036dac9dc4287a095fe8dfcd1ef782b9b5f
tree0e50526e01000a3c93157ce21b60fbe8d553cdfd
parent07e6d05d51aa5e08e36faaa8d8ace00f2b875683
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: 7540 (new)
version_fixed: 1.10.4
status: resolved
src/aclocal.m4