diff options
author | Richard Jones <rjones@debian5x64.home.annexia.org> | 2009-05-24 13:53:23 +0100 |
---|---|---|
committer | Richard Jones <rjones@debian5x64.home.annexia.org> | 2009-05-24 13:53:23 +0100 |
commit | 4091fffcd5d7b2820086e019b71eae23a2d4a9e9 (patch) | |
tree | 62f9fb57350cc168bb223697462f16768b801418 /configure.ac | |
parent | f7ef94f5158cc56d7b1fb391e5907abd87dc4c3f (diff) | |
download | libguestfs-4091fffcd5d7b2820086e019b71eae23a2d4a9e9.tar.gz libguestfs-4091fffcd5d7b2820086e019b71eae23a2d4a9e9.tar.xz libguestfs-4091fffcd5d7b2820086e019b71eae23a2d4a9e9.zip |
Small documentation bug in configure script.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bc8a49f9..924d88b4 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" |