MINGW-packages/mingw-w64-postgis/0002-disable-doc.patch
مهدي شينون (Mehdi Chinoune) f08e1f86f1 postgis: update to 3.4.0
2023-11-11 18:35:53 +01:00

12 lines
260 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -197,7 +197,7 @@
dnl Search for xsltproc which is required for building documentation
dnl
-CAN_BUILD_COMMENTS=yes
+CAN_BUILD_COMMENTS=no
AC_PATH_PROG([XSLTPROC], [xsltproc], [])
if test "x$XSLTPROC" = "x"; then