From 4d6cdad9e43b9c431dca7d7ee04ffa2f372fe412 Mon Sep 17 00:00:00 2001 From: Rene Engelhard Date: Tue, 22 Jun 2010 18:43:57 +0200 Subject: configure25: removing some (on Linux) unneeded echos --- configure | 9 +++------ 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 =================================================================== -- cgit