[ooo-build-commit] .: configure.in
René Engelhard
rene at kemper.freedesktop.org
Wed Sep 29 14:53:44 PDT 2010
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 67b43dbd1b831af33a9bdc7c23b2679d0b834e44
Author: Rene Engelhard <rene at debian.org>
Date: Wed Sep 29 23:53:29 2010 +0200
AC_MSG_WARN, not AC_MSG_WARNING
diff --git a/configure.in b/configure.in
index 3fe482a..0739a05 100644
--- a/configure.in
+++ b/configure.in
@@ -654,7 +654,7 @@ fi
AC_MSG_CHECKING([for distribution name])
case "$with_distro" in
""|"yes"|"no") distros_list=`ls distro-configs/*.conf.in | sort | sed -e "s|distro-configs/\(.*\).conf.in|\t\1|g"`
- AC_MSG_WARNING([A distribution could be selected by the option --with-distro. You can choose one from:
+ AC_MSG_WARN([A distribution could be selected by the option --with-distro. You can choose one from:
$distros_list])
DISTRO="RAW"
;;
More information about the ooo-build-commit
mailing list