summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-02-06 22:54:30 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-02-06 22:54:30 +0000
commit582d3983d22c714588ca54bdd6c4b92aae450919 (patch)
treebeadce609f2757f521e22d3cc438c00cf204e8ec
parent4d408d3ae76ca9259f2402e87aa02ed9e7d17508 (diff)
- (bal) Save the whole path to AR in configure. Some Solaris 2.7 installs
seem lose track of it while in openbsd-compat/ (two confirmed reports)
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 06882f11..7f3d6922 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20010107
+ - (bal) Save the whole path to AR in configure. Some Solaris 2.7 installs
+ seem lose track of it while in openbsd-compat/ (two confirmed reports)
+
20010105
- (bal) Disable groupaccess by setting NGROUPS_MAX to 0 for platforms
that don't have NGROUPS_MAX.
diff --git a/configure.in b/configure.in
index 5dd14692..8f7f5d2b 100644
--- a/configure.in
+++ b/configure.in
@@ -8,7 +8,7 @@ AC_CANONICAL_HOST
AC_PROG_CPP
AC_PROG_RANLIB
AC_PROG_INSTALL
-AC_CHECK_PROG(AR, ar, ar)
+AC_PATH_PROG(AR, ar)
AC_PATH_PROG(PERL, perl)
AC_SUBST(PERL)
AC_PATH_PROG(ENT, ent)