浏览代码

Tiny change

* configure.ac (RSH): Define as AC_ARG_VAR.
Pavel Raiskup 11 年之前
父节点
当前提交
f3c8bc7c3f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      configure.ac

+ 1 - 0
configure.ac

@@ -217,6 +217,7 @@ AC_CHECK_DECLS([time],,, [#include <time.h>])
 
 AC_REPLACE_FUNCS(waitpid)
 
+AC_ARG_VAR([RSH], [Configure absolute path to default remote shell binary])
 AC_CACHE_CHECK(for remote shell, tar_cv_path_RSH,
   [if test -n "$RSH"; then
     tar_cv_path_RSH=$RSH