summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-06-18 14:53:51 -0700
committerWayne Davison <wayne@opencoder.net>2020-06-18 14:53:55 -0700
commit4965ccf283eee1aee04c004a133c71a7280816cc (patch)
treeaafc857d7050640481151939017675bb4cef23d7 /configure.ac
parentc6f89cbf9c2d163cb07e640e6b13002e5c98cb61 (diff)
downloadrsync-4965ccf283eee1aee04c004a133c71a7280816cc.tar.gz
We need to use nawk or gawk on Solaris, not their weird awk.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a65b289d..a01dd701 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,6 +42,7 @@ dnl Checks for programs.
AC_PROG_CC
AC_PROG_CPP
AC_PROG_CXX
+AC_PROG_AWK
AC_PROG_EGREP
AC_PROG_INSTALL
AC_PROG_MKDIR_P