X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=5d246d90200dd9a7deea57022cbca04682f5758f;hb=26bc340ea16479164ffee3e05610b6f857cd6c4b;hp=081cb4cd3cd3f20a1877c854c5aa23f2245f075e;hpb=a6096094c221b95c1177702468c5a6419c2d80d1;p=libguestfs.git diff --git a/configure.ac b/configure.ac index 081cb4c..5d246d9 100644 --- a/configure.ac +++ b/configure.ac @@ -392,9 +392,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.])