summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-03-05 20:56:51 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-03-05 20:56:51 +0000
commit0be7432f3b5210808438ab2ab2bae09a81b06ae8 (patch)
tree35ac0301169e9b592fe95ce5d581181a19c7a6f3 /configure.in
parent8a997fd7e0e034e27219ce67d73f8195e95a4716 (diff)
fix icecream check to not break on SUSE
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
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/"