diff options
author | P. J. McDermott <pjm@nac.net> | 2013-07-15 11:55:16 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-07-15 11:55:16 (EDT) |
commit | 2b3711ad158c155631c89c599492691d0112fa32 (patch) | |
tree | 7c4389b24dc44be7e04a4b391cbf20203010fee4 | |
parent | 148a106e859bc9112e64f2d783cbab1c22da49d3 (diff) |
Fix patch description.
-rw-r--r-- | patches/03_accept-any-awk.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/03_accept-any-awk.patch b/patches/03_accept-any-awk.patch index f9633aa..4db1bb1 100644 --- a/patches/03_accept-any-awk.patch +++ b/patches/03_accept-any-awk.patch @@ -1,6 +1,6 @@ From: "P. J. McDermott" <pjm@nac.net> Description: Accept any awk implementation - Use "AC_PROG_GREP" instead of "AC_CHECK_PROG_VER(AWK, gawk, ...)". + Use "AC_PROG_AWK" instead of "AC_CHECK_PROG_VER(AWK, gawk, ...)". diff -Naur src.orig/libc/configure src/libc/configure --- src.orig/libc/configure 2012-12-02 16:11:45.000000000 -0500 |