aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-10-20 15:01:15 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-10-20 15:01:15 +0000
commit408f64bcd683e40559b0cbd236e53510c0eee0ce (patch)
treef02cd7b2663a50efbfa9dd331f62ea89ddd2606c /configure.in
parent8d5e4b1744dd3aa937a9edac8b73eafe10ee58dd (diff)
downloadgdb-408f64bcd683e40559b0cbd236e53510c0eee0ce.zip
gdb-408f64bcd683e40559b0cbd236e53510c0eee0ce.tar.gz
gdb-408f64bcd683e40559b0cbd236e53510c0eee0ce.tar.bz2
* configure.in: Add comment about HP compiler vs. emacs.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e206884..db00e96 100644
--- a/configure.in
+++ b/configure.in
@@ -203,7 +203,9 @@ case "${target}" in
configdirs=`echo ${configdirs} | sed -e 's/emacs//'`
;;
hppa*-*-*)
- # HP's C compiler doesn't handle Emacs correctly
+ # 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" ;;