diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2009-10-26 16:04:03 +0100 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2009-10-26 16:04:03 +0100 |
commit | 9862e4b5acdd970ee586fdb5108a89e3032c9c45 (patch) | |
tree | 26c82ace00266b6d10fffd328e47cdbf0f03968d /configure.cmd | |
parent | 220a3379d96e00c28502cb237fb10519c4988dd0 (diff) |
ause109: #i106293# remove 4nt from configure
Diffstat (limited to 'configure.cmd')
-rwxr-xr-x | configure.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.cmd b/configure.cmd index 1d847525f6f9..aff7e810b520 100755 --- a/configure.cmd +++ b/configure.cmd @@ -3,5 +3,5 @@ setlocal SET MY_ANT_HOME=e:/java150/apache-ant-1.7.0 SET JAVA_HOME=e:\java150 SET PATH=%JAVA_HOME%\bin;%PATH%;%MY_ANT_HOME%\bin; -sh -c "configure --with-system-openssl --with-system-icu --with-system-libxml --with-system-libxslt --disable-werror --with-use-shell=4nt --disable-mozilla --disable-epm --disable-odk --disable-qadevooo --with-x=no --disable-fontconfig --disable-gnome-vfs --disable-gtk --with-java=yes --disable-gcjaot --without-nas --without-fonts --with-ant-home=%MY_ANT_HOME%" | tee configure.log +sh -c "configure --with-system-openssl --with-system-icu --with-system-libxml --with-system-libxslt --disable-werror --with-use-shell=bash --disable-mozilla --disable-epm --disable-odk --disable-qadevooo --with-x=no --disable-fontconfig --disable-gnome-vfs --disable-gtk --with-java=yes --disable-gcjaot --without-nas --without-fonts --with-ant-home=%MY_ANT_HOME%" | tee configure.log endlocal |