[PATCH] fix for missing linuxdoc conditionals

Enrico Weigelt weigelt at metux.de
Wed May 17 07:28:16 PDT 2006



-- 
---------------------------------------------------------------------
 Enrico Weigelt    ==   metux IT service - http://www.metux.de/
---------------------------------------------------------------------
 Please visit the OpenSource QM Taskforce:
 	http://wiki.metux.de/public/OpenSource_QM_Taskforce
 Patches / Fixes for a lot dozens of packages in dozens of versions:
	rsync://sources.metux.de/metux-patches
---------------------------------------------------------------------
-------------- next part --------------
diff -ruN xorg-server-1.0.1.orig/configure.ac xorg-server-1.0.1/configure.ac
--- xorg-server-1.0.1.orig/configure.ac	Thu Feb 16 04:04:58 2006
+++ xorg-server-1.0.1/configure.ac	Thu Feb 16 04:07:05 2006
@@ -454,6 +454,8 @@
 
 dnl Only build sgml docs when linuxdoc is available and
 dnl def.ents has been installed
+AM_CONDITIONAL(BUILD_LINUXDOC, [test "$BUILD_LINUXDOC" = "yes"])
+AM_CONDITIONAL(BUILD_PDFDOC, [test "$BUILD_PDFDOC" = "yes"])
 XORG_CHECK_LINUXDOC
 
 dnl Handle installing libxf86config


More information about the xorg-modular mailing list