File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 6
6
#
7
7
# This configure script is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy, distribute and modify it.
9
- #
10
9
11
10
# Defaults:
12
11
ac_help=
@@ -604,8 +603,8 @@ echo "$ac_t""$host" 1>&6
604
603
case " $host_os " in
605
604
solaris* )
606
605
case " $host_cpu " in
607
- sparc) os=sparc_solaris ;;
608
- i386) os=i386_solaris ;;
606
+ sparc) os=solaris_sparc ;;
607
+ i386) os=solaris_i386 ;;
609
608
esac ;;
610
609
sunos* ) os=sunos4 ;;
611
610
aux* ) os=aux ;;
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ AC_CANONICAL_HOST
37
37
case "$host_os" in
38
38
solaris*)
39
39
case "$host_cpu" in
40
- sparc) os=sparc_solaris ;;
41
- i386) os=i386_solaris ;;
40
+ sparc) os=solaris_sparc ;;
41
+ i386) os=solaris_i386 ;;
42
42
esac ;;
43
43
sunos*) os=sunos4 ;;
44
44
aux*) os=aux ;;
You can’t perform that action at this time.
0 commit comments