[Libreoffice-commits] .: configure.in
Michael Meeks
michael at kemper.freedesktop.org
Mon Mar 5 12:58:33 PST 2012
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0be7432f3b5210808438ab2ab2bae09a81b06ae8
Author: Michael Meeks <michael.meeks at suse.com>
Date: Mon Mar 5 20:56:51 2012 +0000
fix icecream check to not break on SUSE
diff --git a/configure.in b/configure.in
index f0ac6a0..49ce97f 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/"
More information about the Libreoffice-commits
mailing list