From 6b2ae9a8b0efba044f4d409b70211aba450a6899 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 15 Sep 2010 22:08:35 +0100 Subject: [PATCH] configure: Make "fedora-13" the default repository. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 1ebb8c6..9b71abb 100644 --- a/configure.ac +++ b/configure.ac @@ -384,9 +384,9 @@ fi dnl --with-repo to specify a Fedora repository. AC_ARG_WITH([repo], [AS_HELP_STRING([--with-repo], - [set name of Fedora repository @<:@default=fedora-12@:>@])], + [set name of Fedora repository @<:@default=fedora-13@:>@])], [], - [with_repo=fedora-12]) + [with_repo=fedora-13]) REPO="$with_repo" AC_SUBST(REPO) AC_DEFINE_UNQUOTED([REPO],["$REPO"],[Name of Fedora repository.]) -- 1.8.3.1