summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2007-01-09 16:36:54 +0000
committerLuotao Fu <l.fu@pengutronix.de>2007-01-09 16:36:54 +0000
commitc5eddf3e25b5694f1a2ef81efb268beca42751ff (patch)
treed59ec6480921f58d3d313f981dd4c2d731638d33 /configure.ac
parentf506059831e8916a8b3722023ceff7053b3e1d06 (diff)
downloadptxdist-c5eddf3e25b5694f1a2ef81efb268beca42751ff.tar.gz
ptxdist-c5eddf3e25b5694f1a2ef81efb268beca42751ff.tar.xz
typo fix
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6801 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 13e7c2ed2..2df6ee426 100644
--- a/configure.ac
+++ b/configure.ac
@@ -127,8 +127,8 @@ fi
AC_MSG_CHECKING([localedef version])
LOCALEDEF_VERSION=`$LOCALEDEF --version 2>/dev/null | $SED -ne "s/.*libc. \([[0-9\.]]*\)/\1/p"`
case "$LOCALEDEF_VERSION" in
-2.0.*) AC_MSG_ERROR([we need at least GNU localedef 2.2.x but found $LOCALDEF_VERSION]) ;;
-2.1.*) AC_MSG_ERROR([we need at least GNU localedef 2.2.x but found $LOCALDEF_VERSION]) ;;
+2.0.*) AC_MSG_ERROR([we need at least GNU localedef 2.2.x but found $LOCALEDEF_VERSION]) ;;
+2.1.*) AC_MSG_ERROR([we need at least GNU localedef 2.2.x but found $LOCALEDEF_VERSION]) ;;
2.2.*) ;;
2.3.*) ;;
*) AC_MSG_ERROR([we need at least GNU localedef 2.2.x]) ;;