Don't treat alpha specially with INT_64. INT_64 is not used consistently

so causes type mismatch errors.
This commit is contained in:
Bill Fenner 2003-01-31 17:16:37 +00:00
parent 7d00855008
commit 087acb7619
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74361
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,15 @@
--- configure.in.tail.orig Fri Jan 31 09:09:33 2003
+++ configure.in.tail Fri Jan 31 09:09:47 2003
@@ -35,9 +35,9 @@
AC_SUBST(V_STATIC)
-if test "$host_cpu" = alpha ; then
- V_DEFINE="$V_DEFINE -DINT_64=u_long"
-fi
+#if test "$host_cpu" = alpha ; then
+# V_DEFINE="$V_DEFINE -DINT_64=u_long"
+#fi
# various include hacks
dirs="/usr/src/local/include-fixes \

View File

@ -0,0 +1,15 @@
--- configure.in.tail.orig Fri Jan 31 09:09:33 2003
+++ configure.in.tail Fri Jan 31 09:09:47 2003
@@ -35,9 +35,9 @@
AC_SUBST(V_STATIC)
-if test "$host_cpu" = alpha ; then
- V_DEFINE="$V_DEFINE -DINT_64=u_long"
-fi
+#if test "$host_cpu" = alpha ; then
+# V_DEFINE="$V_DEFINE -DINT_64=u_long"
+#fi
# various include hacks
dirs="/usr/src/local/include-fixes \