Skip to content
Snippets Groups Projects
Commit f47bd801 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart
Browse files

Somehow had the solaris template names reversed. Probably was something

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