From: Tiziano Müller Date: Wed, 8 Apr 2015 11:29:40 +0000 (+0200) Subject: Check for perl and assign it to a var since it is needed for generating the protocol... X-Git-Tag: v3.1.2pre1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b560a96b2c2d97ce23a5d16f84884a11e2f8dc4a;p=thirdparty%2Frsync.git Check for perl and assign it to a var since it is needed for generating the protocol header. --- diff --git a/configure.ac b/configure.ac index 58bc46c3..23cbd661 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])