configure.ac | 7 ------- 1 file changed, 7 deletions(-) New commits: commit fa4721b739368db9e566db6390fc7b90ee1a1b6a Author: Rene Engelhard <r...@rene-engelhard.de> AuthorDate: Mon Jul 7 18:04:50 2025 +0200 Commit: René Engelhard <r...@rene-engelhard.de> CommitDate: Wed Jul 9 21:28:05 2025 +0200
remove unneeded check for md4c-html 18:01 < _rene_> Ujjawal: will md4c-html.h/-lmd4c-html be used in a future commit? I see it checked in configure.ac but not used in the initial commits? 18:02 < Ujjawal> _rene_, I don't think it will be. Change-Id: I0459641c8744fbdc08505d0d3d91a3a075c67079 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187497 Tested-by: Jenkins Reviewed-by: Ujjawal Kumar <randomfores...@gmail.com> Reviewed-by: René Engelhard <r...@debian.org> diff --git a/configure.ac b/configure.ac index e75eab6b6d27..e134d382b9d0 100644 --- a/configure.ac +++ b/configure.ac @@ -9931,17 +9931,10 @@ case "$with_system_md4c" in AC_CHECK_HEADER([md4c.h], [], [AC_MSG_ERROR([md4c.h not found. Install system md4c.])]) - AC_CHECK_HEADER([md4c-html.h], [], - [AC_MSG_ERROR([md4c-html.h not found. Install system md4c.])]) - AC_CHECK_LIB([md4c], [md_parse], [ MD4C_LIBS="-lmd4c" MD4C_CFLAGS="" ], [ AC_MSG_ERROR([system md4c library not found or broken.]) ]) - - AC_CHECK_LIB([md4c-html], [md_html], - [ MD4C_LIBS="$MD4C_LIBS -lmd4c-html" ], - [ AC_MSG_ERROR([system md4c-html library not found or broken.]) ]) ;; ""|no)