Skip to content
Snippets Groups Projects
Commit 42f08a21 authored by Thimo Neubauer's avatar Thimo Neubauer
Browse files

quote COMP and CXXCOMP correctly

[[Imported from SVN: r997]]
parent 2b0431e7
No related branches found
No related tags found
No related merge requests found
......@@ -102,8 +102,8 @@ autoconf
#### start configure with special environment
export CC=$COMP
export CXX=$CXXCOMP
export CC="$COMP"
export CXX="$CXXCOMP"
export CPP="$COMP -E"
export CFLAGS="$COMPFLAGS"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment