summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRelease Engineers <releng@openoffice.org>2009-08-06 15:00:07 +0000
committerRelease Engineers <releng@openoffice.org>2009-08-06 15:00:07 +0000
commit4c715b55bdfde76b38885c90f2365e3a4bea6c2d (patch)
tree83dc4676c1bf32957f53a55f64ad6c7984def28b /configure.in
parentf1efbb85ab039fc8c9bae0bee59c3bce237a2e89 (diff)
CWS-TOOLING: integrate CWS tempdir
2009-08-03 21:39:51 +0200 cloph r274596 : ups, broke the build, get_tmp_dir always creates additional dir (misnomer), use TMPPATH var 2009-08-03 18:03:30 +0200 cloph r274593 : use get_tmp_dir for the html-output #i83414# 2009-08-03 17:51:06 +0200 cloph r274590 : mention issue-number in description for GXX_INCLUDE_PATH workaround (100049) whitespace cleanup 2009-07-25 15:05:27 +0200 rene r274340 : #i100049# workaround for mandriva gcc 2009-07-25 14:15:08 +0200 rene r274339 : #i83414#, #i83901#, #i103782# remove T(E)MP, rely on TMPDIR. Default to /tmp 2009-07-25 13:51:00 +0200 rene r274337 : #i103805# missing @
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index cc9a533e5..3a565ebef 100644
--- a/configure.in
+++ b/configure.in
@@ -2122,6 +2122,10 @@ if test "$GXX" = "yes"; then
with_gxx_include_path=`cygpath -d "$with_gxx_include_path"`
with_gxx_include_path=`cygpath -u "$with_gxx_include_path"`
fi
+ if echo $with_gxx_include_path | grep -q linux; then
+ # workaround for Mandriva - issue 100049
+ with_gxx_include_path=`cd $with_gxx_include_path && pwd`
+ fi
fi
fi
dnl This is the original code...