mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
This is the autoconf equivalent of the CMake fix in PR #1760. When building with HARDSUBX enabled but OCR disabled, the autoconf build system was missing explicit tesseract/leptonica linking in the HARDSUBX block. While configure.ac sets OCR_IS_ENABLED when HARDSUBX is enabled (so it would work via the OCR block), this change makes the dependency explicit and consistent with the CMake fix. Related: PR #1760, Issue #1719 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>