[openconnect/el5] Don't touch configure.ac or it'll get rebuilt

David Woodhouse dwmw2 at fedoraproject.org
Thu Jun 21 16:42:05 UTC 2012


commit 0aaee52238b23e826fa67a5d2a9badd418ec1a1b
Author: David Woodhouse <David.Woodhouse at intel.com>
Date:   Thu Jun 21 17:41:59 2012 +0100

    Don't touch configure.ac or it'll get rebuilt

 ...re-zlib-in-pkgconfig-if-it-was-found-with.patch |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)
---
diff --git a/0001-Don-t-require-zlib-in-pkgconfig-if-it-was-found-with.patch b/0001-Don-t-require-zlib-in-pkgconfig-if-it-was-found-with.patch
index 82163e1..bc65be2 100644
--- a/0001-Don-t-require-zlib-in-pkgconfig-if-it-was-found-with.patch
+++ b/0001-Don-t-require-zlib-in-pkgconfig-if-it-was-found-with.patch
@@ -11,19 +11,6 @@ Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
 
 diff --git a/configure.ac b/configure.ac
 index 8216fe0..2ff8a54 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -359,7 +359,7 @@ AM_CONDITIONAL(HAVE_SYMBOL_VERSIONING, [test "${symvers}" != "no"])
- 
- PKG_CHECK_MODULES(LIBXML2, libxml-2.0)
- 
--PKG_CHECK_MODULES(ZLIB, zlib, [],
-+PKG_CHECK_MODULES(ZLIB, zlib, [AC_SUBST(ZLIB_PC, [zlib])],
- 		  [oldLIBS="$LIBS"
- 		  LIBS="$LIBS -lz" 
- 		  AC_MSG_CHECKING([for zlib without pkg-config])
-diff --git a/openconnect.pc.in b/openconnect.pc.in
-index 23b818f..012431f 100644
 --- a/openconnect.pc.in
 +++ b/openconnect.pc.in
 @@ -7,7 +7,7 @@ includedir=@includedir@


More information about the scm-commits mailing list