mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-19 17:01:46 +00:00
need to use $CC instead of raw gcc when testing the version
This commit is contained in:
parent
b4c8546169
commit
2e69aa787c
1 changed files with 1 additions and 1 deletions
|
@ -1196,7 +1196,7 @@ if test "x$optimize" = xyes; then
|
|||
shift
|
||||
args="$*"
|
||||
AC_MSG_CHECKING(for gcc version)
|
||||
CCVER="gcc `gcc --version`"
|
||||
CCVER="gcc `$CC --version`"
|
||||
set $CCVER
|
||||
IFS="."
|
||||
set $2
|
||||
|
|
Loading…
Reference in a new issue