summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b6852871e..b38d15bac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -124,8 +124,7 @@ AM_CONDITIONAL([HAVE_CXX], [test "x$CXX" != "x" && test "x$CXX" != "xno"])
dnl Not strictly necessary, but helps pulling translations.
-AC_ARG_VAR([RSYNC], [rsync file copying command])
-AC_PATH_PROG([RSYNC], [rsync], [no])
+GP_CHECK_PROG([RSYNC], [rsync], [file copying command])
AM_CONDITIONAL([HAVE_RSYNC], [test "x$RSYNC" != xno])