Do not fail the omittest if ICU libraries are not installed.
[sqlite.git] / autoconf / tea / pkgIndex.tcl.in
blobf95f7d3893dd3d6c49e74d706a34c5810650aca2
1 # -*- tcl -*-
2 # Tcl package index file, version 1.1
4 if {[package vsatisfies [package provide Tcl] 9.0-]} {
5 package ifneeded sqlite3 @PACKAGE_VERSION@ \
6 [list load [file join $dir @PKG_LIB_FILE9@] sqlite3]
7 } else {
8 package ifneeded sqlite3 @PACKAGE_VERSION@ \
9 [list load [file join $dir @PKG_LIB_FILE8@] sqlite3]