Kaydet (Commit) 0be7432f authored tarafından Michael Meeks's avatar Michael Meeks

fix icecream check to not break on SUSE

üst 8a997fd7
......@@ -2179,7 +2179,7 @@ GCC_HOME_SET="true"
AC_MSG_CHECKING([gcc home])
if test -z "$with_gcc_home"; then
if test "$enable_icecream" = "yes" ; then
if test -d "/usr/lib/icecc/" ; then
if test -d "/usr/lib/icecc/bin" ; then
GCC_HOME="/usr/lib/icecc/"
else
GCC_HOME="/opt/icecream/"
......
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