summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2007-01-10 11:18:16 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2007-01-10 11:18:16 +0000
commit2ee09778f038fa038e1b8ae5d32bc96aff957e55 (patch)
tree6e67c9962d7997f0acc79213907e596f9f7158cd /configure.ac
parent0092437f7e38165effef00adf54ef2a4637e6e5a (diff)
downloadptxdist-2ee09778f038fa038e1b8ae5d32bc96aff957e55.tar.gz
ptxdist-2ee09778f038fa038e1b8ae5d32bc96aff957e55.tar.xz
* configure.ac:
accept more glibc versions git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6811 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 1bb9f93d9..698f7335f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -129,10 +129,7 @@ LOCALEDEF_VERSION=`$LOCALEDEF --version 2>/dev/null | $SED -ne "s/.*libc. \([[0-
case "$LOCALEDEF_VERSION" in
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.*) ;;
-2.4.*) ;;
-2.5.*) ;;
+2.[23456789]*) ;;
*) AC_MSG_ERROR([we need at least GNU localedef 2.2.x]) ;;
esac
AC_MSG_RESULT([$LOCALEDEF_VERSION])