mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1504] [MERGED] [FIX] linux/configure.ac: Fix tesseract conditional problem. #2227
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1504
Author: @apteryks
Created: 3/17/2023
Status: ✅ Merged
Merged: 3/17/2023
Merged by: @cfsmp3
Base:
master← Head:fix-tesseract-conditional-bug📝 Commits (2)
23619c3linux/configure.ac: Fix tesseract conditional problem.bbe9f7bMerge branch 'master' into fix-tesseract-conditional-bug📊 Changes
2 files changed (+2 additions, -1 deletions)
View changed files
📝
docs/CHANGES.TXT(+1 -0)📝
linux/configure.ac(+1 -1)📄 Description
Fixes #1503.
Using tesseract-ocr's stock pkg-config, it would produce an error due to unquoted whitespace:
$ test ! -z
pkg-config --libs-only-l --silence-errors tesseractbash: test: syntax error: `-larchive' unexpected
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.