X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/f5a242d4251658214e5ce16358a09561a38d7614..0a8aa4fffee15d7e175d857b7248d690081f41fd:/projects/rlm_stg/build diff --git a/projects/rlm_stg/build b/projects/rlm_stg/build index 81593334..82677927 100755 --- a/projects/rlm_stg/build +++ b/projects/rlm_stg/build @@ -89,6 +89,16 @@ else CXXFLAGS="$CXXFLAGS -DHAVE_CLOSEFROM" fi +if [ -z "$CC" ] +then + CC=gcc +fi + +if [ -z "$CXX" ] +then + CXX=g++ +fi + echo -n "Checking CC... " $CC --version > /dev/null 2> /dev/null if [ $? != 0 ]