summaryrefslogtreecommitdiff
path: root/config_office/configure.in
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-01-28 08:27:07 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-01-28 08:27:07 +0000
commit9b896de984c27c545c04b9317770ffbb685f9caf (patch)
treee94ac68525923873a29a136a57dabf5161c41f5b /config_office/configure.in
parenteda0652eb1623e2799e88ab203144dc3e8d2ec5d (diff)
#i10000# Fix for last fix (gperf version check).
Diffstat (limited to 'config_office/configure.in')
-rw-r--r--config_office/configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/config_office/configure.in b/config_office/configure.in
index 063e7e075d96..dcacd63b7128 100644
--- a/config_office/configure.in
+++ b/config_office/configure.in
@@ -3,7 +3,7 @@ dnl * vi:set sw=3 ts=3 et:
dnl *
dnl * Name: configure.in
dnl * Auth: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems Ireland
-dnl * Date: $Date: 2008-01-25 15:40:18 $
+dnl * Date: $Date: 2008-01-28 09:27:07 $
dnl *
dnl * Desc: This file serves as input for the GNU autoconf package
dnl * in order to create a configure script.
@@ -12,7 +12,7 @@ dnl * necessary to build OpenOffice.org
dnl *
dnl *
dnl ******************************************************************/
-AC_REVISION( $Revision: 1.242 $ )
+AC_REVISION( $Revision: 1.243 $ )
AC_PREREQ(2.50)
AC_INIT()
echo "$@" >config.parms
@@ -2982,7 +2982,7 @@ if test -z "$GPERF"; then
AC_MSG_ERROR([gperf not found but needed. Install it.])
fi
AC_MSG_CHECKING([gperf version])
-if test "`$GPERF --version | $GREP ^GNU\ gperf | $AWK '{ print $3 }' | cut -d. -f3`" -ge "3"; then
+if test "`$GPERF --version | $GREP ^GNU\ gperf | $AWK '{ print $3 }' | cut -d. -f1`" -ge "3"; then
AC_MSG_RESULT([OK])
else
AC_MSG_ERROR([too old, you need at least 3.0.0])