Commit f47bd801 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Somehow had the solaris template names reversed. Probably was something

 fixed in src/configure.in a while ago.
parent ccca422a
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
# #
# This configure script is free software; the Free Software Foundation # This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it. # gives unlimited permission to copy, distribute and modify it.
#
# Defaults: # Defaults:
ac_help= ac_help=
...@@ -604,8 +603,8 @@ echo "$ac_t""$host" 1>&6 ...@@ -604,8 +603,8 @@ echo "$ac_t""$host" 1>&6
case "$host_os" in case "$host_os" in
solaris*) solaris*)
case "$host_cpu" in case "$host_cpu" in
sparc) os=sparc_solaris ;; sparc) os=solaris_sparc ;;
i386) os=i386_solaris ;; i386) os=solaris_i386 ;;
esac ;; esac ;;
sunos*) os=sunos4 ;; sunos*) os=sunos4 ;;
aux*) os=aux ;; aux*) os=aux ;;
......
...@@ -37,8 +37,8 @@ AC_CANONICAL_HOST ...@@ -37,8 +37,8 @@ AC_CANONICAL_HOST
case "$host_os" in case "$host_os" in
solaris*) solaris*)
case "$host_cpu" in case "$host_cpu" in
sparc) os=sparc_solaris ;; sparc) os=solaris_sparc ;;
i386) os=i386_solaris ;; i386) os=solaris_i386 ;;
esac ;; esac ;;
sunos*) os=sunos4 ;; sunos*) os=sunos4 ;;
aux*) os=aux ;; aux*) os=aux ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment