From: David D. Zuhn Date: Sun, 24 Oct 1993 04:45:51 +0000 (+0000) Subject: remove debugging output accidentally checked in X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=772ebace7cfbee7db5c9626e1cf644d52da6491d;p=binutils-gdb.git remove debugging output accidentally checked in --- diff --git a/configure.in b/configure.in index 47f4f90c27b..4ed6facc646 100644 --- a/configure.in +++ b/configure.in @@ -200,16 +200,13 @@ case "${target}" in hppa*-*-osf) # Do configure ld/binutils/gas for this case. ;; - m68k-hp-hpux*) - configdirs=`echo ${configdirs} | sed -e 's/emacs//'` - ;; hppa*-*-*) # HP's C compiler doesn't handle Emacs correctly (but on BSD and Mach # cc is gcc, and on any system a user should be able to link cc to # whatever they want. FIXME, emacs). case "${CC}" in "" | cc*) configdirs=`echo ${configdirs} | sed -e 's/emacs//'` ;; - *) echo "building emacs" ;; + *) ;; esac configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas /pagas /;s/shellutils//'` gasdir=pagas