diff options
author | Rene Engelhard <rene@openoffice.org> | 2010-06-22 18:43:57 +0200 |
---|---|---|
committer | Rene Engelhard <rene@openoffice.org> | 2010-06-22 18:43:57 +0200 |
commit | 4d6cdad9e43b9c431dca7d7ee04ffa2f372fe412 (patch) | |
tree | e5882d71d985389aa4b0c38f501fc638daa0a31e | |
parent | 6f8ac234543939d07f4256455ef30b6c48d72fe0 (diff) |
configure25: removing some (on Linux) unneeded echos
-rwxr-xr-x | configure | 9 | ||||
-rw-r--r-- | configure.in | 7 |
2 files changed, 5 insertions, 11 deletions
diff --git a/configure b/configure index 2b9ad38ca20c..6741b99a182c 100755 --- a/configure +++ b/configure @@ -6626,7 +6626,7 @@ done COMPATH=`echo $COMPATH | $SED "s@/[^/:]*\\\$@@"`; fi COMPATH=`echo $COMPATH | $SED "s@/[Bb][Ii][Nn]\\\$@@"`; -echo $COMPATH + GCCVER=20995 if test \( "$_os" != "WINNT" -o "$WITH_MINGWIN" = "yes" \) -a "$GCC" = "yes"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking the GNU gcc compiler version" >&5 @@ -19158,13 +19158,10 @@ $as_echo "found ($with_asm_home)" >&6; } with_asm_home="ASM_IN_PATH" fi fi -else - with_asm_home="NO_ASM_HOME" -fi -ASM_HOME="$with_asm_home" -if test -n "$ASM_HOME"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ASM_HOME" >&5 $as_echo "$ASM_HOME" >&6; } +else + with_asm_home="NO_ASM_HOME" fi 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 =================================================================== |