diff options
author | David D. Zuhn <zoo@cygnus> | 1993-10-24 04:45:51 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-10-24 04:45:51 +0000 |
commit | 772ebace7cfbee7db5c9626e1cf644d52da6491d (patch) | |
tree | 40e76f5c2bd510bf8749eca4bcb654eeb64b922c /configure.in | |
parent | 631f6b2406c7becc25f21e7a4ea005c0d6aa7e1a (diff) | |
download | gdb-772ebace7cfbee7db5c9626e1cf644d52da6491d.zip gdb-772ebace7cfbee7db5c9626e1cf644d52da6491d.tar.gz gdb-772ebace7cfbee7db5c9626e1cf644d52da6491d.tar.bz2 |
remove debugging output accidentally checked in
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 47f4f90..4ed6fac 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 |