13 lines
354 B
Plaintext
13 lines
354 B
Plaintext
--- configure.ac.orig 2025-06-24 07:55:28 UTC
|
|
+++ configure.ac
|
|
@@ -257,7 +257,8 @@ PKG_INSTALLDIR(['${usrlib_execdir}/pkgconfig'])
|
|
PKG_PROG_PKG_CONFIG
|
|
PKG_INSTALLDIR(['${usrlib_execdir}/pkgconfig'])
|
|
|
|
-GTK_DOC_CHECK([1.10])
|
|
+AM_CONDITIONAL([ENABLE_GTK_DOC], false)
|
|
+AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], true)
|
|
AC_PATH_PROG([XSLTPROC], [xsltproc])
|
|
|
|
|