diff options
author | Thierry Reding <thierry.reding@avionic-design.de> | 2012-02-15 08:00:27 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-03-05 15:29:09 +0100 |
commit | 82bdec0d65e38333286ae025e5d1aae29b8463f5 (patch) | |
tree | 172155b0d90b6dfd0f8ece455f428f4575853107 | |
parent | e09a9a35a1fdb4e849e63bdaf47d936c272b5e82 (diff) |
configure.ac: fix typo in distro help string
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fe1771c360..386008843a 100644 --- a/configure.ac +++ b/configure.ac @@ -396,7 +396,7 @@ AM_CONDITIONAL(HAVE_XSLTPROC, test x"$XSLTPROC" != x) AC_PATH_PROG([M4], [m4]) -AC_ARG_WITH(distro, AS_HELP_STRING([--with-distro=DISTRO],[Specify the distribution to target: One of fedora, suse, debian, ubuntu, arch, gentoo, slackware, altlinuxi, mandriva, meego, mageia, angstrom or other])) +AC_ARG_WITH(distro, AS_HELP_STRING([--with-distro=DISTRO],[Specify the distribution to target: One of fedora, suse, debian, ubuntu, arch, gentoo, slackware, altlinux, mandriva, meego, mageia, angstrom or other])) if test "z$with_distro" = "z"; then if test "$cross_compiling" = yes; then AC_MSG_WARN([Target distribution cannot be reliably detected when cross-compiling. You should specify it with --with-distro (see $0 --help for recognized distros)]) |