diff options
Diffstat (limited to 'patches')
-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 |