SOURCES: libdbi-drivers-docs_acfix.patch (NEW) - ac fix

mmazur mmazur at pld-linux.org
Tue Apr 21 10:51:41 CEST 2009


Author: mmazur                       Date: Tue Apr 21 08:51:41 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- ac fix

---- Files affected:
SOURCES:
   libdbi-drivers-docs_acfix.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/libdbi-drivers-docs_acfix.patch
diff -u /dev/null SOURCES/libdbi-drivers-docs_acfix.patch:1.1
--- /dev/null	Tue Apr 21 10:51:41 2009
+++ SOURCES/libdbi-drivers-docs_acfix.patch	Tue Apr 21 10:51:35 2009
@@ -0,0 +1,13 @@
+--- libdbi-drivers.orig/configure.in	2009-02-27 02:46:35.000000000 +0100
++++ libdbi-drivers/configure.in	2009-04-21 10:32:09.000000000 +0200
+@@ -146,7 +146,9 @@
+ ac_docs="YES"
+ AC_ARG_ENABLE(docs,
+ 	[  --disable-docs	  do not build and install the documentation.],
+-	[  ac_docs="NO" ])
++	[  if test "$enable_docs" = "no"; then
++	       ac_docs="NO"
++	   fi ])
+ 
+ if test "$ac_docs" = "YES"; then
+       docs_subdirs="doc"
================================================================


More information about the pld-cvs-commit mailing list