aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiziano Müller <tiziano.mueller@stepping-stone.ch>2015-04-08 13:29:40 +0200
committerWayne Davison <wayned@samba.org>2015-05-01 14:26:21 -0700
commitb560a96b2c2d97ce23a5d16f84884a11e2f8dc4a (patch)
treeb7a496e6c1ef107d1e7442176b7a4a6e12080d0f
parent51e3c3da85792443d2d6dbfebc9caae12eae5e75 (diff)
downloadandroid_external_rsync-b560a96b2c2d97ce23a5d16f84884a11e2f8dc4a.tar.gz
android_external_rsync-b560a96b2c2d97ce23a5d16f84884a11e2f8dc4a.tar.bz2
android_external_rsync-b560a96b2c2d97ce23a5d16f84884a11e2f8dc4a.zip
Check for perl and assign it to a var since it is needed for generating the protocol header.
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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])