938bc523d7
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/libdb#bd2dd025b309694daf235e93e2afc57979aed52b
13 lines
541 B
Diff
13 lines
541 B
Diff
diff -up db-5.3.15/dist/aclocal/sequence.m4.multiarch db-5.3.15/dist/aclocal/sequence.m4
|
|
--- db-5.3.15/dist/aclocal/sequence.m4.multiarch 2010-06-25 17:50:36.000000000 +0200
|
|
+++ db-5.3.15/dist/aclocal/sequence.m4 2011-12-20 02:00:49.000000000 +0100
|
|
@@ -78,7 +78,7 @@ AC_DEFUN(AM_SEQUENCE_CONFIGURE, [
|
|
fi
|
|
if test "$db_cv_build_sequence" = "yes"; then
|
|
AC_SUBST(db_seq_decl)
|
|
- db_seq_decl="typedef $db_cv_seq_type db_seq_t;";
|
|
+ db_seq_decl="typedef int64_t db_seq_t;";
|
|
|
|
AC_DEFINE(HAVE_64BIT_TYPES)
|
|
AH_TEMPLATE(HAVE_64BIT_TYPES,
|