Commit b24375d9 authored by Dominik Charousset's avatar Dominik Charousset

Merge branch 'master' into unstable

parents 4151aac8 d0393f7a
...@@ -138,6 +138,14 @@ configure () ...@@ -138,6 +138,14 @@ configure ()
fi fi
echo "# This is the command used to configure this build" > config.status echo "# This is the command used to configure this build" > config.status
if [ -n "$CC" ]; then
printf "CC=%s" $CC >> config.status
printf ' ' >> config.status
fi
if [ -n "$CXX" ]; then
printf "CXX=%s" $CXX >> config.status
printf ' ' >> config.status
fi
echo $command >> config.status echo $command >> config.status
chmod u+x config.status chmod u+x config.status
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment