aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1992-11-30 22:58:37 +0000
committerDavid D. Zuhn <zoo@cygnus>1992-11-30 22:58:37 +0000
commitd10f77c1b830708a5b7c46e75da70099542fb9a8 (patch)
tree9b92c32f532f7c3b1b83a91108930c14050c41c0 /configure.in
parent394171ace4720ffdfa7ab5b47413aa564fa03478 (diff)
downloadgdb-d10f77c1b830708a5b7c46e75da70099542fb9a8.zip
gdb-d10f77c1b830708a5b7c46e75da70099542fb9a8.tar.gz
gdb-d10f77c1b830708a5b7c46e75da70099542fb9a8.tar.bz2
better handling for X11 oddities on various systems
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 673c264..37b708e 100644
--- a/configure.in
+++ b/configure.in
@@ -23,6 +23,7 @@ case "${host}" in
i[34]86-*-solaris2*) host_makefile_frag=config/mh-sysv4 ;;
*-ibm-aix*) host_makefile_frag=config/mh-aix ;;
*-sun-solaris*) host_makefile_frag=config/mh-solaris ;;
+ *-sun-*) host_makefile_frag=config/mh-sun ;;
*-hp-hpux) host_makefile_frag=config/mh-hpux ;;
*-*sysv4*) host_makefile_frag=config/mh-sysv4 ;;
*-*sysv*) host_makefile_frag=config/mh-sysv ;;