configure: Make "fedora-13" the default repository.
authorRichard Jones <rjones@redhat.com>
Wed, 15 Sep 2010 21:08:35 +0000 (22:08 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Sat, 23 Oct 2010 14:51:54 +0000 (15:51 +0100)
(cherry picked from commit 6b2ae9a8b0efba044f4d409b70211aba450a6899)

configure.ac

index b4c4110..1ce7d75 100644 (file)
@@ -396,9 +396,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.])