Kaydet (Commit) 7565f3c3 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Quote $CXX

Avoid "test: too many arguments" when $CXX consists of multiple words.

Change-Id: I90969333b289fb83ab10b67cb8bfda158a0688cc
üst db535876
......@@ -5497,7 +5497,7 @@ else
fi
dnl check for GNU C++ compiler version
if test "$GXX" = "yes" -a $CXX != "emcc"; then
if test "$GXX" = "yes" -a "$CXX" != "emcc"; then
AC_MSG_CHECKING([the GNU C++ compiler version])
_gpp_version=`$CXX -dumpversion`
......
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