[PATCH 08/10] Check for perl and assign it to a var since it is needed for generating the protocol header.

Tiziano Müller tiziano.mueller at stepping-stone.ch
Wed Apr 8 05:29:40 MDT 2015


---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 58bc46c..23cbd66 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,6 +47,7 @@ AC_PROG_INSTALL
 AC_PROG_MKDIR_P
 AC_PROG_CC_STDC
 AC_SUBST(SHELL)
+AC_PATH_PROG([PERL], [perl])
 
 AC_DEFINE([_GNU_SOURCE], 1,
           [Define _GNU_SOURCE so that we get all necessary prototypes])
-- 
2.2.1



More information about the rsync mailing list