merge
[vuplus_openembedded] / packages / packagekit / files / disable-docbook2man.patch
1 Index: git/configure.ac
2 ===================================================================
3 --- git.orig/configure.ac       2008-02-20 17:57:44.000000000 +0800
4 +++ git/configure.ac    2008-02-20 17:58:30.000000000 +0800
5 @@ -115,6 +115,7 @@
6  if test "$DOCBOOK2MAN" = "no" ; then
7         AC_MSG_WARN([docbook2man not found, will not be able to build man documentation])
8         fi
9 +DOCBOOK2MAN="no"
10  AM_CONDITIONAL(HAVE_DOCBOOK2MAN, [test "$DOCBOOK2MAN" != "no"])
11  
12  dnl ---------------------------------------------------------------------------