Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f47bd80

Browse files
author
Thomas G. Lockhart
committed
Somehow had the solaris template names reversed. Probably was something
fixed in src/configure.in a while ago.
1 parent ccca422 commit f47bd80

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/interfaces/odbc/configure

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#
77
# This configure script is free software; the Free Software Foundation
88
# gives unlimited permission to copy, distribute and modify it.
9-
#
109

1110
# Defaults:
1211
ac_help=
@@ -604,8 +603,8 @@ echo "$ac_t""$host" 1>&6
604603
case "$host_os" in
605604
solaris*)
606605
case "$host_cpu" in
607-
sparc) os=sparc_solaris ;;
608-
i386) os=i386_solaris ;;
606+
sparc) os=solaris_sparc ;;
607+
i386) os=solaris_i386 ;;
609608
esac ;;
610609
sunos*) os=sunos4 ;;
611610
aux*) os=aux ;;

src/interfaces/odbc/configure.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ AC_CANONICAL_HOST
3737
case "$host_os" in
3838
solaris*)
3939
case "$host_cpu" in
40-
sparc) os=sparc_solaris ;;
41-
i386) os=i386_solaris ;;
40+
sparc) os=solaris_sparc ;;
41+
i386) os=solaris_i386 ;;
4242
esac ;;
4343
sunos*) os=sunos4 ;;
4444
aux*) os=aux ;;

0 commit comments

Comments
 (0)