]> granicus.if.org Git - postgresql/commitdiff
Somehow had the solaris template names reversed. Probably was something
authorThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 4 Nov 1998 16:22:09 +0000 (16:22 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 4 Nov 1998 16:22:09 +0000 (16:22 +0000)
 fixed in src/configure.in a while ago.

src/interfaces/odbc/configure
src/interfaces/odbc/configure.in

index a1d60d9730fdeff7c87e1890ddf350b25de58626..8bf32c1d02b0c1c1c475b61d68902c0f74503b9a 100755 (executable)
@@ -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 ;;
index ded19b9b3d5191ecf8151518ddd41a1fc00d0430..eb8bbf17d028ec6e70726a1c69df2eb8c555ad73 100644 (file)
@@ -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 ;;