summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRene Engelhard <rene@openoffice.org>2010-06-22 18:43:57 +0200
committerRene Engelhard <rene@openoffice.org>2010-06-22 18:43:57 +0200
commit4d6cdad9e43b9c431dca7d7ee04ffa2f372fe412 (patch)
treee5882d71d985389aa4b0c38f501fc638daa0a31e /configure.in
parent6f8ac234543939d07f4256455ef30b6c48d72fe0 (diff)
configure25: removing some (on Linux) unneeded echos
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 7c3b3a58292c..192619918c7d 100644
--- a/configure.in
+++ b/configure.in
@@ -1424,7 +1424,7 @@ if test "$COMPATH" = "." ; then
COMPATH=`echo $COMPATH | $SED "s@/[[^/:]]*\\\$@@"`;
fi
COMPATH=`echo $COMPATH | $SED "s@/[[Bb]][[Ii]][[Nn]]\\\$@@"`;
-echo $COMPATH
+
dnl ===================================================================
dnl Test the gcc version, 3 is OK
dnl ===================================================================
@@ -5447,13 +5447,10 @@ if test "$_os" = "WINNT" -a "$WITH_MINGWIN" != "yes"; then
with_asm_home="ASM_IN_PATH"
fi
fi
+ AC_MSG_RESULT([$ASM_HOME])
else
with_asm_home="NO_ASM_HOME"
fi
-ASM_HOME="$with_asm_home"
-if test -n "$ASM_HOME"; then
- AC_MSG_RESULT([$ASM_HOME])
-fi
AC_SUBST(ASM_HOME)
dnl ===================================================================