[tracker/configure-for-binaries: 72/80] build: Don't look for 'tar' command, it is a run-time requirement
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/configure-for-binaries: 72/80] build: Don't look for 'tar' command, it is a run-time requirement
- Date: Wed, 27 Oct 2010 14:23:47 +0000 (UTC)
commit a8fc8e706b2a88ad0b56ac37ccce7416823c9a4f
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]