Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 264241 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +2 lines)
Line  Link Here
0
-- subversion/libsvn_subr/sqlite.c
0
++ subversion/libsvn_subr/sqlite.c
Lines 597-604 Link Here
597
                              "thread-safe mode"));
597
                              "thread-safe mode"));
598
#endif
598
#endif
599
#if SQLITE_VERSION_AT_LEAST(3,6,0)
599
#if SQLITE_VERSION_AT_LEAST(3,6,0)
600
  SQLITE_ERR_MSG(sqlite3_config(SQLITE_CONFIG_MULTITHREAD),
600
  sqlite3_config(SQLITE_CONFIG_MULTITHREAD);
601
                 "Could not configure SQLite");
602
  SQLITE_ERR_MSG(sqlite3_initialize(), "Could not initialize SQLite");
601
  SQLITE_ERR_MSG(sqlite3_initialize(), "Could not initialize SQLite");
603
#endif
602
#endif
604
603

Return to bug 264241