From: Richard Jones Date: Sun, 24 May 2009 12:53:23 +0000 (+0100) Subject: Small documentation bug in configure script. X-Git-Tag: 1.0.32~4 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=4091fffcd5d7b2820086e019b71eae23a2d4a9e9;p=libguestfs.git Small documentation bug in configure script. --- diff --git a/configure.ac b/configure.ac index bc8a49f..924d88b 100644 --- a/configure.ac +++ b/configure.ac @@ -156,7 +156,7 @@ AC_DEFINE_UNQUOTED([host_cpu],["$host_cpu"],[Host architecture.]) dnl --with-updates to specify a Fedora updates repository. AC_ARG_WITH([updates], [AS_HELP_STRING([--with-updates], - [set name of Fedora updates repository @<:@default=updates-released-f10@:>@])], + [set name of Fedora updates repository @<:@default=updates-released-f11@:>@])], [], [with_updates=updates-released-f11]) UPDATES="$with_updates"