summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-04-24 09:55:07 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-04-24 10:16:36 +0200
commit7874eb15ee7b1be90570ea5a5b60004462979f08 (patch)
tree42828a1abb25b315c6351c256ea7d0cd6bc45253 /configure.in
parent78aa62bc54e67b4552c18ae67be9789be5ef2409 (diff)
do not cd get confused by symlinks
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d8a1611c98f8..867a53460ccd 100644
--- a/configure.in
+++ b/configure.in
@@ -4270,7 +4270,7 @@ if test "$GXX" = "yes"; then
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`
+ with_gxx_include_path=`cd -P $with_gxx_include_path && pwd`
fi
fi
dnl This is the original code...