We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to build the package on OpenSUSE 15.4, but for some reasons I got told:
checking for library containing gzgets... no configure: error: HTMLDOC requires zlib.
After changing the offending line of configure.ac from
configure.ac
htmldoc/configure.ac
Line 236 in 055acba
AS_IF([$PKGCONFIG --exists zlib], [
and regenerating the configure script, everything worked fine afterwards.
configure
The text was updated successfully, but these errors were encountered:
Not every OS uses pkg-config, so we need to use the AC_SEARCH_LIBS if there is no zlib package file.
Sorry, something went wrong.
Use pkg-config for initial zlib check (Issue #519)
6d7d843
[master 6d7d843] Use pkg-config for initial zlib check (Issue #519)
michaelrsweet
No branches or pull requests
I tried to build the package on OpenSUSE 15.4, but for some reasons I got told:
After changing the offending line of
configure.ac
fromhtmldoc/configure.ac
Line 236 in 055acba
and regenerating the
configure
script, everything worked fine afterwards.The text was updated successfully, but these errors were encountered: