[tracker/rss-enclosures] build: Don't look for 'tar' command, it is a run-time requirement



commit 32a928660c52feabdaa5f2789503d5480628242b
Author: Martyn Russell <martyn lanedo com>
Date:   Tue Oct 26 11:23:05 2010 +0100

    build: Don't look for 'tar' command, it is a run-time requirement

 configure.ac |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f3818ff..9139ff8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -486,13 +486,6 @@ fi
 
 AM_CONDITIONAL(HAVE_ENCA, test "$have_enca" = "yes")
 
-# We need tar for Backup and Restore support
-AC_PATH_PROG(TAR, tar, tar)
-if test -z $TAR; then
-   AC_MSG_ERROR([Could not find 'tar'])
-fi
-AC_DEFINE_UNQUOTED(TAR, "$TAR", [The tar program])
-
 AC_PATH_PROG(VALAC, valac, valac)
 AC_SUBST(VALAC)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]