From 772ebace7cfbee7db5c9626e1cf644d52da6491d Mon Sep 17 00:00:00 2001 From: "David D. Zuhn" Date: Sun, 24 Oct 1993 04:45:51 +0000 Subject: [PATCH] remove debugging output accidentally checked in --- configure.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -- 2.30.2