diff options
author | Richard Jones <rjones@redhat.com> | 2010-09-15 22:08:35 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-09-15 22:08:35 +0100 |
commit | 6b2ae9a8b0efba044f4d409b70211aba450a6899 (patch) | |
tree | d85bb73a467d47eadf11ac296f3d30f3c41ccb00 | |
parent | dd093a7660338ac5ad1959394f09397df2c793de (diff) | |
download | libguestfs-6b2ae9a8b0efba044f4d409b70211aba450a6899.tar.gz libguestfs-6b2ae9a8b0efba044f4d409b70211aba450a6899.tar.xz libguestfs-6b2ae9a8b0efba044f4d409b70211aba450a6899.zip |
configure: Make "fedora-13" the default repository.
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 1ebb8c6a..9b71abbc 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.]) |