diff options
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f0ac6a0f3147..49ce97f36d95 100644 --- a/configure.in +++ b/configure.in @@ -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/" |