]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Check for perl and assign it to a var since it is needed for generating the protocol...
authorTiziano Müller <tiziano.mueller@stepping-stone.ch>
Wed, 8 Apr 2015 11:29:40 +0000 (13:29 +0200)
committerWayne Davison <wayned@samba.org>
Fri, 1 May 2015 21:26:21 +0000 (14:26 -0700)
configure.ac

index 58bc46c3dad1648336246ed5b679625bdf19b4e4..23cbd6611e14590eba9ecf2d1250daf1b950073f 100644 (file)
@@ -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])