Skip to content

Commit a33b75b

Browse files
authored
Merge pull request #583 from sparklemotion/flavorjones-remove-mention-of-pkg-config-gem
doc: remove mention of the pkg-config gem from extconf warning
2 parents 1d4cc9e + 292a4ab commit a33b75b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
### Fixed
1414

1515
- Fix `Database#encoding=` support for switching the database encoding to `UTF-16BE`, which has been broken since `Database#encoding=` was introduced in v1.3.12 in 2016. [#575] @miyucy
16+
- Omit mention of the `pkg-config` gem when failing to build from source, since it is not used. [#358] @flavorjones
1617

1718

1819
## 2.2.0 / 2024-10-30

ext/sqlite3/extconf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def abort_could_not_find(missing)
176176
end
177177

178178
def abort_pkg_config(id)
179-
abort("\nCould not configure the build properly (#{id}). Please install either the `pkg-config` utility or the `pkg-config` rubygem.\n\n")
179+
abort("\nCould not configure the build properly (#{id}). Please install the `pkg-config` utility.\n\n")
180180
end
181181

182182
def cross_build?

0 commit comments

Comments
 (0)