Skip Menu |
 

Subject: Avoid using grep -q in configure.in
Commit 2e002b96f5ce0a78d65b7f0c9e70c352788dea78 fixes a portability issue
in configure.in. It should be pulled up to the 1.11 branch.
From: tlyu@mit.edu
Subject: SVN Commit

Avoid using grep -q in configure.in

grep -q isn't as portable as we would like, so don't use it.

(cherry picked from commit 2e002b96f5ce0a78d65b7f0c9e70c352788dea78)

https://github.com/krb5/krb5/commit/1e1db074d697964f7d03f090bfb57ef255187f0f
Author: Greg Hudson <ghudson@mit.edu>
Committer: Tom Yu <tlyu@mit.edu>
Commit: 1e1db074d697964f7d03f090bfb57ef255187f0f
Branch: krb5-1.11
src/configure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)