summaryrefslogtreecommitdiff
path: root/config_office/configure.in
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-04-28 14:25:18 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-04-28 14:25:18 +0000
commitc02c9dd82bbd9541f1d50b39229d26783aac3fd8 (patch)
treec65d6573142c651de90d833c6baf7beb04232cee /config_office/configure.in
parentde1b21fb37d5790994cf838fb7d62ced962bc4b9 (diff)
#i88754# ANT fix
Diffstat (limited to 'config_office/configure.in')
-rw-r--r--config_office/configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/config_office/configure.in b/config_office/configure.in
index f03e46b0e03b..9fc31d20aeba 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-04-25 10:53:42 $
+dnl * Date: $Date: 2008-04-28 15:25:18 $
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.265 $ )
+AC_REVISION( $Revision: 1.266 $ )
AC_PREREQ(2.50)
AC_INIT()
echo "$@" >config.parms
@@ -5828,6 +5828,7 @@ else
fi
AC_PATH_PROGS(ANT, [jakarta-ant ant ant.sh ant.bat ant.cmd],,$with_ant_home/bin:$PATH)
WITH_ANT_HOME=$with_ant_home
+ ANT_HOME=$with_ant_home
fi
if test -z "$ANT"; then